Freigeben über


AliasOperationsExtensions.BeginCreateAsync Methode

Definition

Erstellen Eines Aliasabonnements.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Subscription.Models.SubscriptionAliasResponse> BeginCreateAsync (this Microsoft.Azure.Management.Subscription.IAliasOperations operations, string aliasName, Microsoft.Azure.Management.Subscription.Models.PutAliasRequest body, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateAsync : 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 BeginCreateAsync (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 bestehen, die über die Anforderung für die Abonnementerstellung hinausgehen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: