CapacityReservationGroupCollection.GetAsync 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.
The operation that retrieves information about a capacity reservation group.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/capacityReservationGroups/{capacityReservationGroupName}
- Operation Id: CapacityReservationGroups_Get
- Default Api Version: 2024-07-01
- Resource: CapacityReservationGroupResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.CapacityReservationGroupResource>> GetAsync (string capacityReservationGroupName, Azure.ResourceManager.Compute.Models.CapacityReservationGroupInstanceViewType? expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * Nullable<Azure.ResourceManager.Compute.Models.CapacityReservationGroupInstanceViewType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.CapacityReservationGroupResource>>
override this.GetAsync : string * Nullable<Azure.ResourceManager.Compute.Models.CapacityReservationGroupInstanceViewType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.CapacityReservationGroupResource>>
Public Overridable Function GetAsync (capacityReservationGroupName As String, Optional expand As Nullable(Of CapacityReservationGroupInstanceViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CapacityReservationGroupResource))
Parameters
- capacityReservationGroupName
- String
The name of the capacity reservation group.
The expand expression to apply on the operation. 'InstanceView' will retrieve the list of instance views of the capacity reservations under the capacity reservation group which is a snapshot of the runtime properties of a capacity reservation that is managed by the platform and can change outside of control plane operations.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
capacityReservationGroupName
is an empty string, and was expected to be non-empty.
capacityReservationGroupName
is null.
Applies to
Azure SDK for .NET