ManifestsOperationsExtensions.GetAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- operations
- IManifestsOperations
- name
- String
- reference
- String
- accept
- String
- cancellationToken
- CancellationToken