Sdílet prostřednictvím


StorageSyncServices interface

Rozhraní představující StorageSyncServices.

Metody

beginCreate(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

Vytvořte novou službu StorageSyncService.

beginCreateAndWait(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

Vytvořte novou službu StorageSyncService.

beginDelete(string, string, StorageSyncServicesDeleteOptionalParams)

Odstraňte danou službu StorageSyncService.

beginDeleteAndWait(string, string, StorageSyncServicesDeleteOptionalParams)

Odstraňte danou službu StorageSyncService.

beginUpdate(string, string, StorageSyncServicesUpdateOptionalParams)

Opravte danou službu StorageSyncService.

beginUpdateAndWait(string, string, StorageSyncServicesUpdateOptionalParams)

Opravte danou službu StorageSyncService.

checkNameAvailability(string, CheckNameAvailabilityParameters, StorageSyncServicesCheckNameAvailabilityOptionalParams)

Zkontrolujte dostupnost názvu oboru názvů.

get(string, string, StorageSyncServicesGetOptionalParams)

Získejte danou službu StorageSyncService.

listByResourceGroup(string, StorageSyncServicesListByResourceGroupOptionalParams)

Získejte seznam StorageSyncService podle názvu skupiny prostředků.

listBySubscription(StorageSyncServicesListBySubscriptionOptionalParams)

Získejte seznam StorageSyncService podle předplatného.

Podrobnosti metody

beginCreate(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

Vytvořte novou službu StorageSyncService.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

storageSyncServiceName

string

Název prostředku služby synchronizace úložiště.

parameters
StorageSyncServiceCreateParameters

Název prostředku služby synchronizace úložiště.

options
StorageSyncServicesCreateOptionalParams

Parametry možností.

Návraty

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

beginCreateAndWait(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

Vytvořte novou službu StorageSyncService.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

storageSyncServiceName

string

Název prostředku služby synchronizace úložiště.

parameters
StorageSyncServiceCreateParameters

Název prostředku služby synchronizace úložiště.

options
StorageSyncServicesCreateOptionalParams

Parametry možností.

Návraty

beginDelete(string, string, StorageSyncServicesDeleteOptionalParams)

Odstraňte danou službu StorageSyncService.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

storageSyncServiceName

string

Název prostředku služby synchronizace úložiště.

options
StorageSyncServicesDeleteOptionalParams

Parametry možností.

Návraty

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

beginDeleteAndWait(string, string, StorageSyncServicesDeleteOptionalParams)

Odstraňte danou službu StorageSyncService.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

storageSyncServiceName

string

Název prostředku služby synchronizace úložiště.

options
StorageSyncServicesDeleteOptionalParams

Parametry možností.

Návraty

beginUpdate(string, string, StorageSyncServicesUpdateOptionalParams)

Opravte danou službu StorageSyncService.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

storageSyncServiceName

string

Název prostředku služby synchronizace úložiště.

options
StorageSyncServicesUpdateOptionalParams

Parametry možností.

Návraty

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

beginUpdateAndWait(string, string, StorageSyncServicesUpdateOptionalParams)

Opravte danou službu StorageSyncService.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

storageSyncServiceName

string

Název prostředku služby synchronizace úložiště.

options
StorageSyncServicesUpdateOptionalParams

Parametry možností.

Návraty

checkNameAvailability(string, CheckNameAvailabilityParameters, StorageSyncServicesCheckNameAvailabilityOptionalParams)

Zkontrolujte dostupnost názvu oboru názvů.

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

Parametry

locationName

string

Požadovaná oblast pro kontrolu názvu

parameters
CheckNameAvailabilityParameters

Parametry pro kontrolu dostupnosti daného názvu oboru názvů

Návraty

get(string, string, StorageSyncServicesGetOptionalParams)

Získejte danou službu StorageSyncService.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

storageSyncServiceName

string

Název prostředku služby synchronizace úložiště.

options
StorageSyncServicesGetOptionalParams

Parametry možností.

Návraty

listByResourceGroup(string, StorageSyncServicesListByResourceGroupOptionalParams)

Získejte seznam StorageSyncService podle názvu skupiny prostředků.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

Návraty

listBySubscription(StorageSyncServicesListBySubscriptionOptionalParams)

Získejte seznam StorageSyncService podle předplatného.

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

Parametry

Návraty