Partager via


SyncGroups interface

Interface représentant un SyncGroups.

Méthodes

create(string, string, string, SyncGroupCreateParameters, SyncGroupsCreateOptionalParams)

Créez un groupe de synchronisation.

delete(string, string, string, SyncGroupsDeleteOptionalParams)

Supprimez un SyncGroup donné.

get(string, string, string, SyncGroupsGetOptionalParams)

Obtenir un SyncGroup donné.

listByStorageSyncService(string, string, SyncGroupsListByStorageSyncServiceOptionalParams)

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

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

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

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.

options
SyncGroupsListByStorageSyncServiceOptionalParams

Paramètres d’options.

Retours