次の方法で共有


BlobContainersImpl.GetAsync(String, String, String, CancellationToken) メソッド

定義

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Storage.Fluent.IBlobContainer> GetAsync (string resourceGroupName, string accountName, string containerName, System.Threading.CancellationToken cancellationToken = default);
member this.GetAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Storage.Fluent.IBlobContainer>
Public Function GetAsync (resourceGroupName As String, accountName As String, containerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IBlobContainer)

パラメーター

resourceGroupName
String
accountName
String
containerName
String
cancellationToken
CancellationToken

戻り値

適用対象