Freigeben über


ManagementGroupSubscriptionsOperationsExtensions.DeleteAsync Methode

Definition

Hebt die Zuordnung des Abonnements mit der Verwaltungsgruppe auf.

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.ManagementGroups.IManagementGroupSubscriptionsOperations operations, string groupId, string subscriptionId, string cacheControl = "no-cache", System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.ManagementGroups.IManagementGroupSubscriptionsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IManagementGroupSubscriptionsOperations, groupId As String, subscriptionId As String, Optional cacheControl As String = "no-cache", Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

operations
IManagementGroupSubscriptionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

groupId
String

Verwaltungsgruppen-ID.

subscriptionId
String

Abonnement-ID

cacheControl
String

Gibt an, ob die Anforderung Caches verwenden soll. Füllen Sie den Header mit dem Wert "no-cache" auf, um vorhandene Caches zu umgehen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: