Compartir a través de


IBlobOperations.GetStatusWithHttpMessagesAsync Método

Definición

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationHeaderResponse<Microsoft.Azure.ContainerRegistry.Models.BlobGetStatusHeaders>> GetStatusWithHttpMessagesAsync (string location, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetStatusWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationHeaderResponse<Microsoft.Azure.ContainerRegistry.Models.BlobGetStatusHeaders>>
Public Function GetStatusWithHttpMessagesAsync (location As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationHeaderResponse(Of BlobGetStatusHeaders))

Parámetros

location
String
customHeaders
Dictionary<String,List<String>>
cancellationToken
CancellationToken

Devoluciones

Se aplica a