MockableQuotaArmClient.GetQuotaAllocationRequestStatus 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.
Get the quota allocation request status for the subscriptionId by allocationId.
public virtual Azure.Response<Azure.ResourceManager.Quota.QuotaAllocationRequestStatusResource> GetQuotaAllocationRequestStatus(Azure.Core.ResourceIdentifier scope, string groupQuotaName, string resourceProviderName, string allocationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetQuotaAllocationRequestStatus : Azure.Core.ResourceIdentifier * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Quota.QuotaAllocationRequestStatusResource>
override this.GetQuotaAllocationRequestStatus : Azure.Core.ResourceIdentifier * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Quota.QuotaAllocationRequestStatusResource>
Public Overridable Function GetQuotaAllocationRequestStatus (scope As ResourceIdentifier, groupQuotaName As String, resourceProviderName As String, allocationId As String, Optional cancellationToken As CancellationToken = Nothing) As 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.