Freigeben über


ServerEndpointsOperationsExtensions.BeginCreateAsync Methode

Definition

Erstellen Sie einen neuen ServerEndpoint.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.StorageSync.Models.ServerEndpoint> BeginCreateAsync (this Microsoft.Azure.Management.StorageSync.IServerEndpointsOperations operations, string resourceGroupName, string storageSyncServiceName, string syncGroupName, string serverEndpointName, Microsoft.Azure.Management.StorageSync.Models.ServerEndpointCreateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateAsync : Microsoft.Azure.Management.StorageSync.IServerEndpointsOperations * string * string * string * string * Microsoft.Azure.Management.StorageSync.Models.ServerEndpointCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.StorageSync.Models.ServerEndpoint>
<Extension()>
Public Function BeginCreateAsync (operations As IServerEndpointsOperations, resourceGroupName As String, storageSyncServiceName As String, syncGroupName As String, serverEndpointName As String, parameters As ServerEndpointCreateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ServerEndpoint)

Parameter

operations
IServerEndpointsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

storageSyncServiceName
String

Name der Speichersynchronisierungsdienstressource.

syncGroupName
String

Name der Synchronisierungsgruppenressource.

serverEndpointName
String

Name des Serverendpunktobjekts.

parameters
ServerEndpointCreateParameters

Text des Serverendpunktobjekts.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: