Share via


ManagementGroupSubscriptionCollection.Exists Method

Definition

Checks to see if the resource exists in azure.

  • Request Path: /providers/Microsoft.Management/managementGroups/{groupId}/subscriptions/{subscriptionId}
  • Operation Id: ManagementGroupSubscriptions_GetSubscription
  • Default Api Version: 2021-04-01
  • Resource: ManagementGroupSubscriptionResource
public virtual Azure.Response<bool> Exists (string subscriptionId, string cacheControl = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * string * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * string * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (subscriptionId As String, Optional cacheControl As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Parameters

subscriptionId
String

Subscription ID.

cacheControl
String

Indicates whether the request should utilize any caches. Populate the header with 'no-cache' value to bypass existing caches.

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