次の方法で共有


StorageSyncServices interface

StorageSyncServices を表すインターフェイス。

メソッド

beginCreate(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

新しい StorageSyncService を作成します。

beginCreateAndWait(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

新しい StorageSyncService を作成します。

beginDelete(string, string, StorageSyncServicesDeleteOptionalParams)

指定された StorageSyncService を削除します。

beginDeleteAndWait(string, string, StorageSyncServicesDeleteOptionalParams)

指定された StorageSyncService を削除します。

beginUpdate(string, string, StorageSyncServicesUpdateOptionalParams)

特定の StorageSyncService にパッチを適用します。

beginUpdateAndWait(string, string, StorageSyncServicesUpdateOptionalParams)

特定の StorageSyncService にパッチを適用します。

checkNameAvailability(string, CheckNameAvailabilityParameters, StorageSyncServicesCheckNameAvailabilityOptionalParams)

名前空間名の指定の可用性を確認します。

get(string, string, StorageSyncServicesGetOptionalParams)

特定の StorageSyncService を取得します。

listByResourceGroup(string, StorageSyncServicesListByResourceGroupOptionalParams)

リソース グループ名で StorageSyncService リストを取得します。

listBySubscription(StorageSyncServicesListBySubscriptionOptionalParams)

サブスクリプション別の StorageSyncService リストを取得します。

メソッドの詳細

beginCreate(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

新しい StorageSyncService を作成します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

storageSyncServiceName

string

ストレージ同期サービス リソースの名前。

parameters
StorageSyncServiceCreateParameters

ストレージ同期サービスのリソース名。

options
StorageSyncServicesCreateOptionalParams

オプション パラメーター。

戻り値

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

beginCreateAndWait(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

新しい StorageSyncService を作成します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

storageSyncServiceName

string

ストレージ同期サービス リソースの名前。

parameters
StorageSyncServiceCreateParameters

ストレージ同期サービスのリソース名。

options
StorageSyncServicesCreateOptionalParams

オプション パラメーター。

戻り値

beginDelete(string, string, StorageSyncServicesDeleteOptionalParams)

指定された StorageSyncService を削除します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

storageSyncServiceName

string

ストレージ同期サービス リソースの名前。

options
StorageSyncServicesDeleteOptionalParams

オプション パラメーター。

戻り値

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

beginDeleteAndWait(string, string, StorageSyncServicesDeleteOptionalParams)

指定された StorageSyncService を削除します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

storageSyncServiceName

string

ストレージ同期サービス リソースの名前。

options
StorageSyncServicesDeleteOptionalParams

オプション パラメーター。

戻り値

beginUpdate(string, string, StorageSyncServicesUpdateOptionalParams)

特定の StorageSyncService にパッチを適用します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

storageSyncServiceName

string

ストレージ同期サービス リソースの名前。

options
StorageSyncServicesUpdateOptionalParams

オプション パラメーター。

戻り値

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

beginUpdateAndWait(string, string, StorageSyncServicesUpdateOptionalParams)

特定の StorageSyncService にパッチを適用します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

storageSyncServiceName

string

ストレージ同期サービス リソースの名前。

options
StorageSyncServicesUpdateOptionalParams

オプション パラメーター。

戻り値

checkNameAvailability(string, CheckNameAvailabilityParameters, StorageSyncServicesCheckNameAvailabilityOptionalParams)

名前空間名の指定の可用性を確認します。

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

パラメーター

locationName

string

名前チェックの目的のリージョン。

parameters
CheckNameAvailabilityParameters

指定された名前空間名の可用性を確認するパラメーター

options
StorageSyncServicesCheckNameAvailabilityOptionalParams

オプション パラメーター。

戻り値

get(string, string, StorageSyncServicesGetOptionalParams)

特定の StorageSyncService を取得します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

storageSyncServiceName

string

ストレージ同期サービス リソースの名前。

options
StorageSyncServicesGetOptionalParams

オプション パラメーター。

戻り値

listByResourceGroup(string, StorageSyncServicesListByResourceGroupOptionalParams)

リソース グループ名で StorageSyncService リストを取得します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

options
StorageSyncServicesListByResourceGroupOptionalParams

オプション パラメーター。

戻り値

listBySubscription(StorageSyncServicesListBySubscriptionOptionalParams)

サブスクリプション別の StorageSyncService リストを取得します。

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

パラメーター

options
StorageSyncServicesListBySubscriptionOptionalParams

オプション パラメーター。

戻り値