Compartir a través de


BlobContainersImpl.GetAsync(String, String, String, CancellationToken) Método

Definición

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)

Parámetros

resourceGroupName
String
accountName
String
containerName
String
cancellationToken
CancellationToken

Devoluciones

Se aplica a