Freigeben über


ImagesOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellen oder aktualisieren Sie ein Image.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Image> CreateOrUpdateAsync (this Microsoft.Azure.Management.Compute.IImagesOperations operations, string resourceGroupName, string imageName, Microsoft.Azure.Management.Compute.Models.Image parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Compute.IImagesOperations * string * string * Microsoft.Azure.Management.Compute.Models.Image * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Image>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IImagesOperations, resourceGroupName As String, imageName As String, parameters As Image, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Image)

Parameter

operations
IImagesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

imageName
String

Der Name des Bildes.

parameters
Image

Parameter, die für den Vorgang Image erstellen bereitgestellt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: