Freigeben über


CapacityReservationsOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Der Vorgang zum Erstellen oder Aktualisieren einer Kapazitätsreservierung. Beachten Sie, dass einige Eigenschaften nur während der Erstellung der Kapazitätsreservierung festgelegt werden können. Weitere Informationen finden Sie unter https://aka.ms/CapacityReservation .

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

Parameter

operations
ICapacityReservationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

capacityReservationGroupName
String

Der Name der Kapazitätsreservierungsgruppe.

capacityReservationName
String

Der Name der Kapazitätsreservierung.

parameters
CapacityReservation

Parameter, die für die Kapazitätsreservierung erstellen bereitgestellt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: