Freigeben über


OrganizationOperationsOperationsExtensions.BeginCreateAsync Methode

Definition

Erstellen einer Organisationsressource

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Confluent.Models.OrganizationResource> BeginCreateAsync (this Microsoft.Azure.Management.Confluent.IOrganizationOperationsOperations operations, string resourceGroupName, string organizationName, Microsoft.Azure.Management.Confluent.Models.OrganizationResource body = default, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateAsync : Microsoft.Azure.Management.Confluent.IOrganizationOperationsOperations * string * string * Microsoft.Azure.Management.Confluent.Models.OrganizationResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Confluent.Models.OrganizationResource>
<Extension()>
Public Function BeginCreateAsync (operations As IOrganizationOperationsOperations, resourceGroupName As String, organizationName As String, Optional body As OrganizationResource = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of OrganizationResource)

Parameter

operations
IOrganizationOperationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Ressourcengruppenname

organizationName
String

Name der Organisationsressource

body
OrganizationResource

Organisationsressourcenmodell

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: