Share via


CapacityReservationsOperationsExtensions.CreateOrUpdate Method

Definition

The operation to create or update a capacity reservation. Please note some properties can be set only during capacity reservation creation. Please refer to https://aka.ms/CapacityReservation for more details.

public static Microsoft.Azure.Management.Compute.Models.CapacityReservation CreateOrUpdate (this Microsoft.Azure.Management.Compute.ICapacityReservationsOperations operations, string resourceGroupName, string capacityReservationGroupName, string capacityReservationName, Microsoft.Azure.Management.Compute.Models.CapacityReservation parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Compute.ICapacityReservationsOperations * string * string * string * Microsoft.Azure.Management.Compute.Models.CapacityReservation -> Microsoft.Azure.Management.Compute.Models.CapacityReservation
<Extension()>
Public Function CreateOrUpdate (operations As ICapacityReservationsOperations, resourceGroupName As String, capacityReservationGroupName As String, capacityReservationName As String, parameters As CapacityReservation) As CapacityReservation

Parameters

operations
ICapacityReservationsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

capacityReservationGroupName
String

The name of the capacity reservation group.

capacityReservationName
String

The name of the capacity reservation.

parameters
CapacityReservation

Parameters supplied to the Create capacity reservation.

Returns

Applies to