Share via


ManifestsOperationsExtensions.GetAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.ContainerRegistry.Models.ManifestWrapper> GetAsync (this Microsoft.Azure.ContainerRegistry.IManifestsOperations operations, string name, string reference, string accept = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.ContainerRegistry.IManifestsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.ContainerRegistry.Models.ManifestWrapper>
<Extension()>
Public Function GetAsync (operations As IManifestsOperations, name As String, reference As String, Optional accept As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManifestWrapper)

Parameters

name
String
reference
String
accept
String
cancellationToken
CancellationToken

Returns

Applies to