SyncGroupsOperationsExtensions.CreateAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellen Sie eine neue SyncGroup.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.StorageSync.Models.SyncGroup> CreateAsync (this Microsoft.Azure.Management.StorageSync.ISyncGroupsOperations operations, string resourceGroupName, string storageSyncServiceName, string syncGroupName, object properties = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.StorageSync.ISyncGroupsOperations * string * string * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.StorageSync.Models.SyncGroup>
<Extension()>
Public Function CreateAsync (operations As ISyncGroupsOperations, resourceGroupName As String, storageSyncServiceName As String, syncGroupName As String, Optional properties As Object = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SyncGroup)
Parameter
- operations
- ISyncGroupsOperations
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.
- properties
- Object
Die Zum Erstellen der Synchronisierungsgruppe verwendeten Parameter
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET