Share via


SubscriptionQuotaAllocationCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.Management/managementGroups/{managementGroupId}/subscriptions/{subscriptionId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/quotaAllocations/{resourceName}
  • Operation Id: GroupQuotaSubscriptionAllocation_Get
  • Default Api Version: 2023-06-01-preview
  • Resource: SubscriptionQuotaAllocationResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Quota.SubscriptionQuotaAllocationResource>> GetIfExistsAsync (string resourceName, string filter, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Quota.SubscriptionQuotaAllocationResource>>
override this.GetIfExistsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Quota.SubscriptionQuotaAllocationResource>>
Public Overridable Function GetIfExistsAsync (resourceName As String, filter As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of SubscriptionQuotaAllocationResource))

Parameters

resourceName
String

Resource name.

filter
String
Field Supported operators

location eq {location} Example: $filter=location eq eastus

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

resourceName or filter is null.

Applies to