Freigeben über


CapacityReservationGroupsOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Der Vorgang zum Erstellen oder Aktualisieren einer Kapazitätsreservierungsgruppe. Beim Aktualisieren einer Kapazitätsreservierungsgruppe können nur Tags geändert werden. Weitere Informationen finden Sie unter https://aka.ms/CapacityReservation .

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

Parameter

operations
ICapacityReservationGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

capacityReservationGroupName
String

Der Name der Kapazitätsreservierungsgruppe.

parameters
CapacityReservationGroup

Parameter, die für die Gruppe "Kapazitätsreservierung erstellen" angegeben werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: