次の方法で共有


BlobContainersOperationsExtensions.ListAsync メソッド

定義

すべてのコンテナーを一覧表示し、データ プレーンなどのプレフィックスをサポートしていません。 また、現在の SRP は継続トークンを返しません。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Storage.Fluent.Models.ListContainerItemsInner> ListAsync (this Microsoft.Azure.Management.Storage.Fluent.IBlobContainersOperations operations, string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Storage.Fluent.IBlobContainersOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Storage.Fluent.Models.ListContainerItemsInner>
<Extension()>
Public Function ListAsync (operations As IBlobContainersOperations, resourceGroupName As String, accountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ListContainerItemsInner)

パラメーター

operations
IBlobContainersOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。

accountName
String

指定したリソース グループ内のストレージ アカウントの名前。 ストレージ アカウント名の長さは 3 ~ 24 文字で、数字と小文字のみを使用する必要があります。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象