你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StorageSubscriptionMockingExtension.GetStorageAccountsAsync 方法

定义

列出订阅下可用的所有存储帐户。 请注意,不会返回存储密钥;为此,请使用 ListKeys 操作。

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.Storage/storageAccounts
  • 操作IdStorageAccounts_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Storage.StorageAccountResource> GetStorageAccountsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetStorageAccountsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Storage.StorageAccountResource>
override this.GetStorageAccountsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Storage.StorageAccountResource>
Public Overridable Function GetStorageAccountsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of StorageAccountResource)

参数

cancellationToken
CancellationToken

要使用的取消标记。

返回

的异步集合 StorageAccountResource ,可能需要多个服务请求进行迭代。

适用于