Freigeben über


CloudEndpointsOperationsExtensions.BeginCreateAsync Methode

Definition

Erstellen Sie einen neuen CloudEndpoint.

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

Parameter

operations
ICloudEndpointsOperations

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.

cloudEndpointName
String

Name des Cloudendpunktobjekts.

parameters
CloudEndpointCreateParameters

Text der Cloudendpunktressource.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: