GroupQuotaSubscriptionCollection.Exists(String, CancellationToken) Method

Definition

Checks to see if the resource exists in azure.

  • Request Path: /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/subscriptions/{subscriptionId}
  • Operation Id: GroupQuotaSubscriptions_Get
  • Default Api Version: 2023-06-01-preview
  • Resource: GroupQuotaSubscriptionResource
public virtual Azure.Response<bool> Exists (string subscriptionId, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (subscriptionId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Parameters

subscriptionId
String

The ID of the target subscription. The value must be an UUID.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

subscriptionId is null.

Applies to