Share via


ManagementGroupSubscriptionResource.Delete Method

Definition

De-associates subscription from the management group.

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

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

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

Applies to