QuotaRequestDetailCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /{scope}/providers/Microsoft.Quota/quotaRequests/{id}
  • Operation Id: QuotaRequestStatus_Get
  • Default Api Version: 2023-06-01-preview
  • Resource: QuotaRequestDetailResource
public virtual Azure.NullableResponse<Azure.ResourceManager.Quota.QuotaRequestDetailResource> GetIfExists (string id, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Quota.QuotaRequestDetailResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Quota.QuotaRequestDetailResource>
Public Overridable Function GetIfExists (id As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of QuotaRequestDetailResource)

Parameters

id
String

Quota request ID.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

id is an empty string, and was expected to be non-empty.

id is null.

Applies to