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


CapacityReservationGroupCollection.Exists Method

Definition

Checks to see if the resource exists in azure.

  • 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 Azure.Response<bool> Exists (string capacityReservationGroupName, Azure.ResourceManager.Compute.Models.CapacityReservationGroupInstanceViewType? expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * Nullable<Azure.ResourceManager.Compute.Models.CapacityReservationGroupInstanceViewType> * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * Nullable<Azure.ResourceManager.Compute.Models.CapacityReservationGroupInstanceViewType> * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (capacityReservationGroupName As String, Optional expand As Nullable(Of CapacityReservationGroupInstanceViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

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