Udostępnij za pośrednictwem


StorageSyncServices interface

Interfejs reprezentujący usługę StorageSyncServices.

Metody

beginCreate(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

Utwórz nową usługę StorageSyncService.

beginCreateAndWait(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

Utwórz nową usługę StorageSyncService.

beginDelete(string, string, StorageSyncServicesDeleteOptionalParams)

Usuń daną usługę StorageSyncService.

beginDeleteAndWait(string, string, StorageSyncServicesDeleteOptionalParams)

Usuń daną usługę StorageSyncService.

beginUpdate(string, string, StorageSyncServicesUpdateOptionalParams)

Stosowanie poprawek dla danej usługi StorageSyncService.

beginUpdateAndWait(string, string, StorageSyncServicesUpdateOptionalParams)

Stosowanie poprawek dla danej usługi StorageSyncService.

checkNameAvailability(string, CheckNameAvailabilityParameters, StorageSyncServicesCheckNameAvailabilityOptionalParams)

Sprawdź dostępność nazwy przestrzeni nazw.

get(string, string, StorageSyncServicesGetOptionalParams)

Pobierz daną usługę StorageSyncService.

listByResourceGroup(string, StorageSyncServicesListByResourceGroupOptionalParams)

Pobierz listę StorageSyncService według nazwy grupy zasobów.

listBySubscription(StorageSyncServicesListBySubscriptionOptionalParams)

Pobierz listę StorageSyncService według subskrypcji.

Szczegóły metody

beginCreate(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

Utwórz nową usługę StorageSyncService.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. Nazwa jest niewrażliwa na wielkość liter.

storageSyncServiceName

string

Nazwa zasobu usługi synchronizacji magazynu.

parameters
StorageSyncServiceCreateParameters

Nazwa zasobu usługi synchronizacji magazynu.

options
StorageSyncServicesCreateOptionalParams

Parametry opcji.

Zwraca

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

beginCreateAndWait(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

Utwórz nową usługę StorageSyncService.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. Nazwa jest niewrażliwa na wielkość liter.

storageSyncServiceName

string

Nazwa zasobu usługi synchronizacji magazynu.

parameters
StorageSyncServiceCreateParameters

Nazwa zasobu usługi synchronizacji magazynu.

options
StorageSyncServicesCreateOptionalParams

Parametry opcji.

Zwraca

beginDelete(string, string, StorageSyncServicesDeleteOptionalParams)

Usuń daną usługę StorageSyncService.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. Nazwa jest niewrażliwa na wielkość liter.

storageSyncServiceName

string

Nazwa zasobu usługi synchronizacji magazynu.

options
StorageSyncServicesDeleteOptionalParams

Parametry opcji.

Zwraca

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

beginDeleteAndWait(string, string, StorageSyncServicesDeleteOptionalParams)

Usuń daną usługę StorageSyncService.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. Nazwa jest niewrażliwa na wielkość liter.

storageSyncServiceName

string

Nazwa zasobu usługi synchronizacji magazynu.

options
StorageSyncServicesDeleteOptionalParams

Parametry opcji.

Zwraca

beginUpdate(string, string, StorageSyncServicesUpdateOptionalParams)

Stosowanie poprawek dla danej usługi StorageSyncService.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. Nazwa jest niewrażliwa na wielkość liter.

storageSyncServiceName

string

Nazwa zasobu usługi synchronizacji magazynu.

options
StorageSyncServicesUpdateOptionalParams

Parametry opcji.

Zwraca

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

beginUpdateAndWait(string, string, StorageSyncServicesUpdateOptionalParams)

Stosowanie poprawek dla danej usługi StorageSyncService.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. Nazwa jest niewrażliwa na wielkość liter.

storageSyncServiceName

string

Nazwa zasobu usługi synchronizacji magazynu.

options
StorageSyncServicesUpdateOptionalParams

Parametry opcji.

Zwraca

checkNameAvailability(string, CheckNameAvailabilityParameters, StorageSyncServicesCheckNameAvailabilityOptionalParams)

Sprawdź dostępność nazwy przestrzeni nazw.

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

Parametry

locationName

string

Żądany region sprawdzania nazwy.

parameters
CheckNameAvailabilityParameters

Parametry do sprawdzania dostępności danej nazwy przestrzeni nazw

Zwraca

get(string, string, StorageSyncServicesGetOptionalParams)

Pobierz daną usługę StorageSyncService.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. Nazwa jest niewrażliwa na wielkość liter.

storageSyncServiceName

string

Nazwa zasobu usługi synchronizacji magazynu.

options
StorageSyncServicesGetOptionalParams

Parametry opcji.

Zwraca

listByResourceGroup(string, StorageSyncServicesListByResourceGroupOptionalParams)

Pobierz listę StorageSyncService według nazwy grupy zasobów.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. Nazwa jest niewrażliwa na wielkość liter.

Zwraca

listBySubscription(StorageSyncServicesListBySubscriptionOptionalParams)

Pobierz listę StorageSyncService według subskrypcji.

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

Parametry

Zwraca