Partager via


SyncGroupsOperationsExtensions.Get Méthode

Définition

Obtenez un SyncGroup donné.

public static Microsoft.Azure.Management.StorageSync.Models.SyncGroup Get (this Microsoft.Azure.Management.StorageSync.ISyncGroupsOperations operations, string resourceGroupName, string storageSyncServiceName, string syncGroupName);
static member Get : Microsoft.Azure.Management.StorageSync.ISyncGroupsOperations * string * string * string -> Microsoft.Azure.Management.StorageSync.Models.SyncGroup
<Extension()>
Public Function Get (operations As ISyncGroupsOperations, resourceGroupName As String, storageSyncServiceName As String, syncGroupName As String) 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.

Retours

S’applique à