Megosztás a következőn keresztül:


CapacityReservationGroupCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/capacityReservationGroups/{capacityReservationGroupName}
  • Operation Id: CapacityReservationGroups_Get
  • Default Api Version: 2024-03-01
  • Resource: CapacityReservationGroupResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Compute.CapacityReservationGroupResource>> GetIfExistsAsync (string capacityReservationGroupName, Azure.ResourceManager.Compute.Models.CapacityReservationGroupInstanceViewType? expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * Nullable<Azure.ResourceManager.Compute.Models.CapacityReservationGroupInstanceViewType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Compute.CapacityReservationGroupResource>>
override this.GetIfExistsAsync : string * Nullable<Azure.ResourceManager.Compute.Models.CapacityReservationGroupInstanceViewType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Compute.CapacityReservationGroupResource>>
Public Overridable Function GetIfExistsAsync (capacityReservationGroupName As String, Optional expand As Nullable(Of CapacityReservationGroupInstanceViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of CapacityReservationGroupResource))

Parameters

capacityReservationGroupName
String

The name of the capacity reservation group.

expand
Nullable<CapacityReservationGroupInstanceViewType>

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