Freigeben über


CapacityReservationsOperationsExtensions.BeginCreateOrUpdate 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 Microsoft.Azure.Management.Compute.Models.CapacityReservation BeginCreateOrUpdate (this Microsoft.Azure.Management.Compute.ICapacityReservationsOperations operations, string resourceGroupName, string capacityReservationGroupName, string capacityReservationName, Microsoft.Azure.Management.Compute.Models.CapacityReservation parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Compute.ICapacityReservationsOperations * string * string * string * Microsoft.Azure.Management.Compute.Models.CapacityReservation -> Microsoft.Azure.Management.Compute.Models.CapacityReservation
<Extension()>
Public Function BeginCreateOrUpdate (operations As ICapacityReservationsOperations, resourceGroupName As String, capacityReservationGroupName As String, capacityReservationName As String, parameters As CapacityReservation) As 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.

Gibt zurück

Gilt für: