你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CapacityReservationResource.Get Method

Definition

The operation that retrieves information about the capacity reservation.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/capacityReservationGroups/{capacityReservationGroupName}/capacityReservations/{capacityReservationName}
  • Operation Id: CapacityReservations_Get
  • Default Api Version: 2024-07-01
  • Resource: CapacityReservationResource
public virtual Azure.Response<Azure.ResourceManager.Compute.CapacityReservationResource> Get (Azure.ResourceManager.Compute.Models.CapacityReservationInstanceViewType? expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : Nullable<Azure.ResourceManager.Compute.Models.CapacityReservationInstanceViewType> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.CapacityReservationResource>
override this.Get : Nullable<Azure.ResourceManager.Compute.Models.CapacityReservationInstanceViewType> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.CapacityReservationResource>
Public Overridable Function Get (Optional expand As Nullable(Of CapacityReservationInstanceViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of CapacityReservationResource)

Parameters

expand
Nullable<CapacityReservationInstanceViewType>

The expand expression to apply on the operation. 'InstanceView' retrieves a snapshot of the runtime properties of the capacity reservation that is managed by the platform and can change outside of control plane operations.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to