Freigeben über


ManagementGroupSubscriptionsOperationsExtensions.CreateAsync Methode

Definition

Ordnet ein vorhandenes Abonnement der Verwaltungsgruppe zu.

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

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", um vorhandene Caches zu umgehen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: