SyncGroupsOperationsExtensions.Create Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET