Freigeben über


AliasOperationsExtensions.CreateAsync Methode

Definition

Erstellen eines Aliasabonnements

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Subscription.Models.SubscriptionAliasResponse> CreateAsync (this Microsoft.Azure.Management.Subscription.IAliasOperations operations, string aliasName, Microsoft.Azure.Management.Subscription.Models.PutAliasRequest body, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.Subscription.IAliasOperations * string * Microsoft.Azure.Management.Subscription.Models.PutAliasRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Subscription.Models.SubscriptionAliasResponse>
<Extension()>
Public Function CreateAsync (operations As IAliasOperations, aliasName As String, body As PutAliasRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SubscriptionAliasResponse)

Parameter

operations
IAliasOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

aliasName
String

AliasName ist der Name für die Abonnementerstellungsanforderung. Beachten Sie, dass dies nicht mit dem Abonnementnamen identisch ist und keine weiteren Lebenszyklusanforderungen über die Anforderung für die Abonnementerstellung hinausgehen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: