SyncGroups interface
Interface représentant un SyncGroups.
Méthodes
create(string, string, string, Sync |
Créez un groupe de synchronisation. |
delete(string, string, string, Sync |
Supprimez un SyncGroup donné. |
get(string, string, string, Sync |
Obtenir un SyncGroup donné. |
list |
Obtenir une liste SyncGroup. |
Détails de la méthode
create(string, string, string, SyncGroupCreateParameters, SyncGroupsCreateOptionalParams)
Créez un groupe de synchronisation.
function create(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, parameters: SyncGroupCreateParameters, options?: SyncGroupsCreateOptionalParams): Promise<SyncGroupsCreateResponse>
Paramètres
- 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.
- parameters
- SyncGroupCreateParameters
Corps du groupe de synchronisation
- options
- SyncGroupsCreateOptionalParams
Paramètres d’options.
Retours
Promise<SyncGroupsCreateResponse>
delete(string, string, string, SyncGroupsDeleteOptionalParams)
Supprimez un SyncGroup donné.
function delete(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options?: SyncGroupsDeleteOptionalParams): Promise<SyncGroupsDeleteHeaders>
Paramètres
- 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.
- options
- SyncGroupsDeleteOptionalParams
Paramètres d’options.
Retours
Promise<SyncGroupsDeleteHeaders>
get(string, string, string, SyncGroupsGetOptionalParams)
Obtenir un SyncGroup donné.
function get(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options?: SyncGroupsGetOptionalParams): Promise<SyncGroupsGetResponse>
Paramètres
- 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.
- options
- SyncGroupsGetOptionalParams
Paramètres d’options.
Retours
Promise<SyncGroupsGetResponse>
listByStorageSyncService(string, string, SyncGroupsListByStorageSyncServiceOptionalParams)
Obtenir une liste SyncGroup.
function listByStorageSyncService(resourceGroupName: string, storageSyncServiceName: string, options?: SyncGroupsListByStorageSyncServiceOptionalParams): PagedAsyncIterableIterator<SyncGroup, SyncGroup[], PageSettings>
Paramètres
- 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.
Paramètres d’options.