QuotaRequestDetailCollection.GetIfExists(Guid, CancellationToken) 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}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimitsRequests/{id}
- Operation Id: QuotaRequestStatus_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.Reservations.QuotaRequestDetailResource> GetIfExists (Guid id, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : Guid * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Reservations.QuotaRequestDetailResource>
override this.GetIfExists : Guid * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Reservations.QuotaRequestDetailResource>
Public Overridable Function GetIfExists (id As Guid, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of QuotaRequestDetailResource)
Parameters
- id
- Guid
Quota Request ID.
- cancellationToken
- CancellationToken
The cancellation token to use.