CapacityReservationGroupsOperationsExtensions Class

Definition

Extension methods for CapacityReservationGroupsOperations.

public static class CapacityReservationGroupsOperationsExtensions
type CapacityReservationGroupsOperationsExtensions = class
Public Module CapacityReservationGroupsOperationsExtensions
Inheritance
CapacityReservationGroupsOperationsExtensions

Methods

CreateOrUpdate(ICapacityReservationGroupsOperations, String, String, CapacityReservationGroup)

The operation to create or update a capacity reservation group. When updating a capacity reservation group, only tags may be modified. Please refer to https://aka.ms/CapacityReservation for more details.

CreateOrUpdateAsync(ICapacityReservationGroupsOperations, String, String, CapacityReservationGroup, CancellationToken)

The operation to create or update a capacity reservation group. When updating a capacity reservation group, only tags may be modified. Please refer to https://aka.ms/CapacityReservation for more details.

Delete(ICapacityReservationGroupsOperations, String, String)

The operation to delete a capacity reservation group. This operation is allowed only if all the associated resources are disassociated from the reservation group and all capacity reservations under the reservation group have also been deleted. Please refer to https://aka.ms/CapacityReservation for more details.

DeleteAsync(ICapacityReservationGroupsOperations, String, String, CancellationToken)

The operation to delete a capacity reservation group. This operation is allowed only if all the associated resources are disassociated from the reservation group and all capacity reservations under the reservation group have also been deleted. Please refer to https://aka.ms/CapacityReservation for more details.

Get(ICapacityReservationGroupsOperations, String, String, String)

The operation that retrieves information about a capacity reservation group.

GetAsync(ICapacityReservationGroupsOperations, String, String, String, CancellationToken)

The operation that retrieves information about a capacity reservation group.

ListByResourceGroup(ICapacityReservationGroupsOperations, String, String)

Lists all of the capacity reservation groups in the specified resource group. Use the nextLink property in the response to get the next page of capacity reservation groups.

ListByResourceGroupAsync(ICapacityReservationGroupsOperations, String, String, CancellationToken)

Lists all of the capacity reservation groups in the specified resource group. Use the nextLink property in the response to get the next page of capacity reservation groups.

ListByResourceGroupNext(ICapacityReservationGroupsOperations, String)

Lists all of the capacity reservation groups in the specified resource group. Use the nextLink property in the response to get the next page of capacity reservation groups.

ListByResourceGroupNextAsync(ICapacityReservationGroupsOperations, String, CancellationToken)

Lists all of the capacity reservation groups in the specified resource group. Use the nextLink property in the response to get the next page of capacity reservation groups.

ListBySubscription(ICapacityReservationGroupsOperations, String)

Lists all of the capacity reservation groups in the subscription. Use the nextLink property in the response to get the next page of capacity reservation groups.

ListBySubscriptionAsync(ICapacityReservationGroupsOperations, String, CancellationToken)

Lists all of the capacity reservation groups in the subscription. Use the nextLink property in the response to get the next page of capacity reservation groups.

ListBySubscriptionNext(ICapacityReservationGroupsOperations, String)

Lists all of the capacity reservation groups in the subscription. Use the nextLink property in the response to get the next page of capacity reservation groups.

ListBySubscriptionNextAsync(ICapacityReservationGroupsOperations, String, CancellationToken)

Lists all of the capacity reservation groups in the subscription. Use the nextLink property in the response to get the next page of capacity reservation groups.

Update(ICapacityReservationGroupsOperations, String, String, IDictionary<String,String>)

The operation to update a capacity reservation group. When updating a capacity reservation group, only tags may be modified.

UpdateAsync(ICapacityReservationGroupsOperations, String, String, IDictionary<String,String>, CancellationToken)

The operation to update a capacity reservation group. When updating a capacity reservation group, only tags may be modified.

Applies to