Partilhar via


ManifestsOperationsExtensions.CreateAsync Método

Definição

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

Parâmetros

name
String
reference
String
payload
Manifest
cancellationToken
CancellationToken

Retornos

Aplica-se a