MockableQuotaArmClient.GetQuotaAllocationRequestStatusAsync Method

Definition

Get the quota allocation request status for the subscriptionId by allocationId.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Quota.QuotaAllocationRequestStatusResource>> GetQuotaAllocationRequestStatusAsync(Azure.Core.ResourceIdentifier scope, string groupQuotaName, string resourceProviderName, string allocationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetQuotaAllocationRequestStatusAsync : Azure.Core.ResourceIdentifier * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Quota.QuotaAllocationRequestStatusResource>>
override this.GetQuotaAllocationRequestStatusAsync : Azure.Core.ResourceIdentifier * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Quota.QuotaAllocationRequestStatusResource>>
Public Overridable Function GetQuotaAllocationRequestStatusAsync (scope As ResourceIdentifier, groupQuotaName As String, resourceProviderName As String, allocationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of QuotaAllocationRequestStatusResource))

Parameters

scope
ResourceIdentifier

The scope of the resource collection to get.

groupQuotaName
String

The groupQuotaName for the resource.

resourceProviderName
String

The resourceProviderName for the resource.

allocationId
String

Request Id.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

allocationId is null.

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

Applies to