Aracılığıyla paylaş


StorageSyncServices interface

StorageSyncServices'i temsil eden arabirim.

Yöntemler

beginCreate(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

Yeni bir StorageSyncService oluşturun.

beginCreateAndWait(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

Yeni bir StorageSyncService oluşturun.

beginDelete(string, string, StorageSyncServicesDeleteOptionalParams)

Belirli bir StorageSyncService'i silin.

beginDeleteAndWait(string, string, StorageSyncServicesDeleteOptionalParams)

Belirli bir StorageSyncService'i silin.

beginUpdate(string, string, StorageSyncServicesUpdateOptionalParams)

Belirli bir StorageSyncService'e düzeltme eki uygulama.

beginUpdateAndWait(string, string, StorageSyncServicesUpdateOptionalParams)

Belirli bir StorageSyncService'e düzeltme eki uygulama.

checkNameAvailability(string, CheckNameAvailabilityParameters, StorageSyncServicesCheckNameAvailabilityOptionalParams)

Ad alanı adı ver kullanılabilirliğini denetleyin.

get(string, string, StorageSyncServicesGetOptionalParams)

Belirli bir StorageSyncService alın.

listByResourceGroup(string, StorageSyncServicesListByResourceGroupOptionalParams)

Kaynak grubu adına göre bir StorageSyncService listesi alın.

listBySubscription(StorageSyncServicesListBySubscriptionOptionalParams)

Aboneliğe göre bir StorageSyncService listesi alın.

Yöntem Ayrıntıları

beginCreate(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

Yeni bir StorageSyncService oluşturun.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

storageSyncServiceName

string

Depolama Eşitleme Hizmeti kaynağının adı.

parameters
StorageSyncServiceCreateParameters

Depolama Eşitleme Hizmeti kaynak adı.

options
StorageSyncServicesCreateOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

beginCreateAndWait(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

Yeni bir StorageSyncService oluşturun.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

storageSyncServiceName

string

Depolama Eşitleme Hizmeti kaynağının adı.

parameters
StorageSyncServiceCreateParameters

Depolama Eşitleme Hizmeti kaynak adı.

options
StorageSyncServicesCreateOptionalParams

Seçenekler parametreleri.

Döndürülenler

beginDelete(string, string, StorageSyncServicesDeleteOptionalParams)

Belirli bir StorageSyncService'i silin.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

storageSyncServiceName

string

Depolama Eşitleme Hizmeti kaynağının adı.

options
StorageSyncServicesDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

beginDeleteAndWait(string, string, StorageSyncServicesDeleteOptionalParams)

Belirli bir StorageSyncService'i silin.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

storageSyncServiceName

string

Depolama Eşitleme Hizmeti kaynağının adı.

options
StorageSyncServicesDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

beginUpdate(string, string, StorageSyncServicesUpdateOptionalParams)

Belirli bir StorageSyncService'e düzeltme eki uygulama.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

storageSyncServiceName

string

Depolama Eşitleme Hizmeti kaynağının adı.

options
StorageSyncServicesUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

beginUpdateAndWait(string, string, StorageSyncServicesUpdateOptionalParams)

Belirli bir StorageSyncService'e düzeltme eki uygulama.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

storageSyncServiceName

string

Depolama Eşitleme Hizmeti kaynağının adı.

options
StorageSyncServicesUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

checkNameAvailability(string, CheckNameAvailabilityParameters, StorageSyncServicesCheckNameAvailabilityOptionalParams)

Ad alanı adı ver kullanılabilirliğini denetleyin.

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

Parametreler

locationName

string

Ad denetimi için istenen bölge.

parameters
CheckNameAvailabilityParameters

Verilen ad alanı adının kullanılabilirliğini denetlemek için parametreler

options
StorageSyncServicesCheckNameAvailabilityOptionalParams

Seçenekler parametreleri.

Döndürülenler

get(string, string, StorageSyncServicesGetOptionalParams)

Belirli bir StorageSyncService alın.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

storageSyncServiceName

string

Depolama Eşitleme Hizmeti kaynağının adı.

options
StorageSyncServicesGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

listByResourceGroup(string, StorageSyncServicesListByResourceGroupOptionalParams)

Kaynak grubu adına göre bir StorageSyncService listesi alın.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

options
StorageSyncServicesListByResourceGroupOptionalParams

Seçenekler parametreleri.

Döndürülenler

listBySubscription(StorageSyncServicesListBySubscriptionOptionalParams)

Aboneliğe göre bir StorageSyncService listesi alın.

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

Parametreler

options
StorageSyncServicesListBySubscriptionOptionalParams

Seçenekler parametreleri.

Döndürülenler