Delen via


SyncGroups interface

Interface die een SyncGroups vertegenwoordigt.

Methoden

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

Maak een nieuwe SyncGroup.

delete(string, string, string, SyncGroupsDeleteOptionalParams)

Een bepaalde SyncGroup verwijderen.

get(string, string, string, SyncGroupsGetOptionalParams)

Haal een bepaalde SyncGroup op.

listByStorageSyncService(string, string, SyncGroupsListByStorageSyncServiceOptionalParams)

Haal een synchronisatiegroepslijst op.

Methodedetails

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

Maak een nieuwe SyncGroup.

function create(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, parameters: SyncGroupCreateParameters, options?: SyncGroupsCreateOptionalParams): Promise<SyncGroupsCreateResponse>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

storageSyncServiceName

string

Naam van opslagsynchronisatieserviceresource.

syncGroupName

string

Naam van de resource van de synchronisatiegroep.

parameters
SyncGroupCreateParameters

Hoofdtekst synchronisatiegroep

options
SyncGroupsCreateOptionalParams

De optiesparameters.

Retouren

delete(string, string, string, SyncGroupsDeleteOptionalParams)

Een bepaalde SyncGroup verwijderen.

function delete(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options?: SyncGroupsDeleteOptionalParams): Promise<SyncGroupsDeleteHeaders>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

storageSyncServiceName

string

Naam van opslagsynchronisatieserviceresource.

syncGroupName

string

Naam van de resource van de synchronisatiegroep.

options
SyncGroupsDeleteOptionalParams

De optiesparameters.

Retouren

get(string, string, string, SyncGroupsGetOptionalParams)

Haal een bepaalde SyncGroup op.

function get(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options?: SyncGroupsGetOptionalParams): Promise<SyncGroupsGetResponse>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

storageSyncServiceName

string

Naam van opslagsynchronisatieserviceresource.

syncGroupName

string

Naam van de resource van de synchronisatiegroep.

options
SyncGroupsGetOptionalParams

De optiesparameters.

Retouren

listByStorageSyncService(string, string, SyncGroupsListByStorageSyncServiceOptionalParams)

Haal een synchronisatiegroepslijst op.

function listByStorageSyncService(resourceGroupName: string, storageSyncServiceName: string, options?: SyncGroupsListByStorageSyncServiceOptionalParams): PagedAsyncIterableIterator<SyncGroup, SyncGroup[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

storageSyncServiceName

string

Naam van opslagsynchronisatieserviceresource.

Retouren