CapacityReservationGroupsOperationsExtensions.ListBySubscriptionAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.CapacityReservationGroup>> ListBySubscriptionAsync (this Microsoft.Azure.Management.Compute.ICapacityReservationGroupsOperations operations, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionAsync : Microsoft.Azure.Management.Compute.ICapacityReservationGroupsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.CapacityReservationGroup>>
<Extension()>
Public Function ListBySubscriptionAsync (operations As ICapacityReservationGroupsOperations, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CapacityReservationGroup))
Parameters
- operations
- ICapacityReservationGroupsOperations
The operations group for this extension method.
- 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. Possible values include: 'virtualMachineScaleSetVMs/$ref', 'virtualMachines/$ref'
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Applies to
Azure SDK for .NET