CapacityReservationCollection.GetIfExists 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.
Tries to get details for this resource from the service.
- 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.NullableResponse<Azure.ResourceManager.Compute.CapacityReservationResource> GetIfExists (string capacityReservationName, Azure.ResourceManager.Compute.Models.CapacityReservationInstanceViewType? expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * Nullable<Azure.ResourceManager.Compute.Models.CapacityReservationInstanceViewType> * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Compute.CapacityReservationResource>
override this.GetIfExists : string * Nullable<Azure.ResourceManager.Compute.Models.CapacityReservationInstanceViewType> * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Compute.CapacityReservationResource>
Public Overridable Function GetIfExists (capacityReservationName As String, Optional expand As Nullable(Of CapacityReservationInstanceViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of CapacityReservationResource)
Parameters
- capacityReservationName
- String
The name of the capacity reservation.
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
Exceptions
capacityReservationName
is an empty string, and was expected to be non-empty.
capacityReservationName
is null.