【发布时间】:2021-11-14 18:19:09
【问题描述】:
我想知道给定blob的ARM ID或资源ID,如何获取primaryEndpoints等blob属性
示例资源 ID:
/subscriptions/abffff89-2c76-424a-af4c-34b2512a3cb4/resourceGroups/foo-bar-test-rg/providers/Microsoft.Storage/storageAccounts/foobar
有一个 get blob properties REST API,我想知道 C# azure-sdk 中是否有一个等价物?
https://docs.microsoft.com/en-us/rest/api/storagerp/storage-accounts/get-properties
【问题讨论】: