Partager via


SyncGroupsOperationsExtensions.Create Méthode

Définition

Créez un groupe de synchronisation.

public static Microsoft.Azure.Management.StorageSync.Models.SyncGroup Create (this Microsoft.Azure.Management.StorageSync.ISyncGroupsOperations operations, string resourceGroupName, string storageSyncServiceName, string syncGroupName, object properties = default);
static member Create : Microsoft.Azure.Management.StorageSync.ISyncGroupsOperations * string * string * string * obj -> Microsoft.Azure.Management.StorageSync.Models.SyncGroup
<Extension()>
Public Function Create (operations As ISyncGroupsOperations, resourceGroupName As String, storageSyncServiceName As String, syncGroupName As String, Optional properties As Object = Nothing) As SyncGroup

Paramètres

operations
ISyncGroupsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

storageSyncServiceName
String

Nom de la ressource du service de synchronisation de stockage.

syncGroupName
String

Nom de la ressource de groupe de synchronisation.

properties
Object

Paramètres utilisés pour créer le groupe de synchronisation

Retours

S’applique à