Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CapacityReservations

Package version

Interface representing a CapacityReservations.

Hierarchy

  • CapacityReservations

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, capacityReservationGroupName: string, capacityReservationName: string, options?: CapacityReservationsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • The operation to delete a capacity reservation. This operation is allowed only when all the associated resources are disassociated from the capacity reservation. Please refer to https://aka.ms/CapacityReservation for more details.

    Parameters

    • 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.

    • Optional options: CapacityReservationsDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait

  • The operation to delete a capacity reservation. This operation is allowed only when all the associated resources are disassociated from the capacity reservation. Please refer to https://aka.ms/CapacityReservation for more details.

    Parameters

    • 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.

    • Optional options: CapacityReservationsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpdate

beginUpdateAndWait

get

listByCapacityReservationGroup

Generated using TypeDoc