Package version:

Interface CapacityReservationGroupsListBySubscriptionOptionalParams

Optional parameters.

interface CapacityReservationGroupsListBySubscriptionOptionalParams {
    expand?: string;
    resourceIdsOnly?: string;
}

Hierarchy

  • unknown
    • CapacityReservationGroupsListBySubscriptionOptionalParams

Properties

expand?: string

The expand expression to apply on the operation. Based on the expand param(s) specified we return Virtual Machine or ScaleSet VM Instance or both resource Ids which are associated to capacity reservation group in the response.

resourceIdsOnly?: string

The query option to fetch Capacity Reservation Group Resource Ids.
'CreatedInSubscription' enables fetching Resource Ids for all capacity reservation group resources created in the subscription.
'SharedWithSubscription' enables fetching Resource Ids for all capacity reservation group resources shared with the subscription.
'All' enables fetching Resource Ids for all capacity reservation group resources shared with the subscription and created in the subscription.