Delen via


StorageSyncServices interface

Interface die een StorageSyncServices vertegenwoordigt.

Methoden

beginCreate(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

Maak een nieuwe StorageSyncService.

beginCreateAndWait(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

Maak een nieuwe StorageSyncService.

beginDelete(string, string, StorageSyncServicesDeleteOptionalParams)

Verwijder een bepaalde StorageSyncService.

beginDeleteAndWait(string, string, StorageSyncServicesDeleteOptionalParams)

Verwijder een bepaalde StorageSyncService.

beginUpdate(string, string, StorageSyncServicesUpdateOptionalParams)

Patch een opgegeven StorageSyncService.

beginUpdateAndWait(string, string, StorageSyncServicesUpdateOptionalParams)

Patch een opgegeven StorageSyncService.

checkNameAvailability(string, CheckNameAvailabilityParameters, StorageSyncServicesCheckNameAvailabilityOptionalParams)

Controleer de beschikbaarheid van naamruimtenaam opgeven.

get(string, string, StorageSyncServicesGetOptionalParams)

Haal een bepaalde StorageSyncService op.

listByResourceGroup(string, StorageSyncServicesListByResourceGroupOptionalParams)

Haal een StorageSyncService-lijst op op naam van de resourcegroep.

listBySubscription(StorageSyncServicesListBySubscriptionOptionalParams)

Haal een StorageSyncService-lijst op per abonnement.

Methodedetails

beginCreate(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

Maak een nieuwe StorageSyncService.

function beginCreate(resourceGroupName: string, storageSyncServiceName: string, parameters: StorageSyncServiceCreateParameters, options?: StorageSyncServicesCreateOptionalParams): Promise<PollerLike<PollOperationState<StorageSyncService>, StorageSyncService>>

Parameters

resourceGroupName

string

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

storageSyncServiceName

string

Naam van opslagsynchronisatieserviceresource.

parameters
StorageSyncServiceCreateParameters

Resourcenaam van opslagsynchronisatieservice.

options
StorageSyncServicesCreateOptionalParams

De optiesparameters.

Retouren

Promise<PollerLike<@azure/core-lro.PollOperationState<StorageSyncService>, StorageSyncService>>

beginCreateAndWait(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

Maak een nieuwe StorageSyncService.

function beginCreateAndWait(resourceGroupName: string, storageSyncServiceName: string, parameters: StorageSyncServiceCreateParameters, options?: StorageSyncServicesCreateOptionalParams): Promise<StorageSyncService>

Parameters

resourceGroupName

string

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

storageSyncServiceName

string

Naam van opslagsynchronisatieserviceresource.

parameters
StorageSyncServiceCreateParameters

Resourcenaam van opslagsynchronisatieservice.

options
StorageSyncServicesCreateOptionalParams

De optiesparameters.

Retouren

beginDelete(string, string, StorageSyncServicesDeleteOptionalParams)

Verwijder een bepaalde StorageSyncService.

function beginDelete(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<StorageSyncServicesDeleteHeaders>, StorageSyncServicesDeleteHeaders>>

Parameters

resourceGroupName

string

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

storageSyncServiceName

string

Naam van opslagsynchronisatieserviceresource.

options
StorageSyncServicesDeleteOptionalParams

De optiesparameters.

Retouren

Promise<PollerLike<@azure/core-lro.PollOperationState<StorageSyncServicesDeleteHeaders>, StorageSyncServicesDeleteHeaders>>

beginDeleteAndWait(string, string, StorageSyncServicesDeleteOptionalParams)

Verwijder een bepaalde StorageSyncService.

function beginDeleteAndWait(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesDeleteOptionalParams): Promise<StorageSyncServicesDeleteHeaders>

Parameters

resourceGroupName

string

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

storageSyncServiceName

string

Naam van opslagsynchronisatieserviceresource.

options
StorageSyncServicesDeleteOptionalParams

De optiesparameters.

Retouren

beginUpdate(string, string, StorageSyncServicesUpdateOptionalParams)

Patch een opgegeven StorageSyncService.

function beginUpdate(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesUpdateOptionalParams): Promise<PollerLike<PollOperationState<StorageSyncServicesUpdateResponse>, StorageSyncServicesUpdateResponse>>

Parameters

resourceGroupName

string

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

storageSyncServiceName

string

Naam van opslagsynchronisatieserviceresource.

options
StorageSyncServicesUpdateOptionalParams

De optiesparameters.

Retouren

Promise<PollerLike<@azure/core-lro.PollOperationState<StorageSyncServicesUpdateResponse>, StorageSyncServicesUpdateResponse>>

beginUpdateAndWait(string, string, StorageSyncServicesUpdateOptionalParams)

Patch een opgegeven StorageSyncService.

function beginUpdateAndWait(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesUpdateOptionalParams): Promise<StorageSyncServicesUpdateResponse>

Parameters

resourceGroupName

string

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

storageSyncServiceName

string

Naam van opslagsynchronisatieserviceresource.

options
StorageSyncServicesUpdateOptionalParams

De optiesparameters.

Retouren

checkNameAvailability(string, CheckNameAvailabilityParameters, StorageSyncServicesCheckNameAvailabilityOptionalParams)

Controleer de beschikbaarheid van naamruimtenaam opgeven.

function checkNameAvailability(locationName: string, parameters: CheckNameAvailabilityParameters, options?: StorageSyncServicesCheckNameAvailabilityOptionalParams): Promise<CheckNameAvailabilityResult>

Parameters

locationName

string

De gewenste regio voor de naamcontrole.

parameters
CheckNameAvailabilityParameters

Parameters om de beschikbaarheid van de opgegeven naamruimtenaam te controleren

Retouren

get(string, string, StorageSyncServicesGetOptionalParams)

Haal een bepaalde StorageSyncService op.

function get(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesGetOptionalParams): Promise<StorageSyncServicesGetResponse>

Parameters

resourceGroupName

string

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

storageSyncServiceName

string

Naam van opslagsynchronisatieserviceresource.

options
StorageSyncServicesGetOptionalParams

De optiesparameters.

Retouren

listByResourceGroup(string, StorageSyncServicesListByResourceGroupOptionalParams)

Haal een StorageSyncService-lijst op op naam van de resourcegroep.

function listByResourceGroup(resourceGroupName: string, options?: StorageSyncServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<StorageSyncService, StorageSyncService[], PageSettings>

Parameters

resourceGroupName

string

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

Retouren

listBySubscription(StorageSyncServicesListBySubscriptionOptionalParams)

Haal een StorageSyncService-lijst op per abonnement.

function listBySubscription(options?: StorageSyncServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<StorageSyncService, StorageSyncService[], PageSettings>

Parameters

Retouren