次の方法で共有


DedicatedCloudServices interface

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

メソッド

beginDelete(string, string, DedicatedCloudServicesDeleteOptionalParams)

専用クラウド サービスを削除する

beginDeleteAndWait(string, string, DedicatedCloudServicesDeleteOptionalParams)

専用クラウド サービスを削除する

createOrUpdate(string, string, DedicatedCloudService, DedicatedCloudServicesCreateOrUpdateOptionalParams)

専用のクラウド サービスを作成する

get(string, string, DedicatedCloudServicesGetOptionalParams)

専用クラウド サービスを返します

listByResourceGroup(string, DedicatedCloudServicesListByResourceGroupOptionalParams)

リソース グループ内の専用クラウド サービスの一覧を返します

listBySubscription(DedicatedCloudServicesListBySubscriptionOptionalParams)

サブスクリプション内の専用クラウド サービスの一覧を返します

update(string, string, PatchPayload, DedicatedCloudServicesUpdateOptionalParams)

専用クラウド サービスのプロパティにパッチを適用する

メソッドの詳細

beginDelete(string, string, DedicatedCloudServicesDeleteOptionalParams)

専用クラウド サービスを削除する

function beginDelete(resourceGroupName: string, dedicatedCloudServiceName: string, options?: DedicatedCloudServicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前

dedicatedCloudServiceName

string

専用クラウド サービス名

options
DedicatedCloudServicesDeleteOptionalParams

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

戻り値

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

beginDeleteAndWait(string, string, DedicatedCloudServicesDeleteOptionalParams)

専用クラウド サービスを削除する

function beginDeleteAndWait(resourceGroupName: string, dedicatedCloudServiceName: string, options?: DedicatedCloudServicesDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前

dedicatedCloudServiceName

string

専用クラウド サービス名

options
DedicatedCloudServicesDeleteOptionalParams

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

戻り値

Promise<void>

createOrUpdate(string, string, DedicatedCloudService, DedicatedCloudServicesCreateOrUpdateOptionalParams)

専用のクラウド サービスを作成する

function createOrUpdate(resourceGroupName: string, dedicatedCloudServiceName: string, dedicatedCloudServiceRequest: DedicatedCloudService, options?: DedicatedCloudServicesCreateOrUpdateOptionalParams): Promise<DedicatedCloudService>

パラメーター

resourceGroupName

string

リソース グループの名前

dedicatedCloudServiceName

string

専用クラウド サービス名

dedicatedCloudServiceRequest
DedicatedCloudService

専用クラウド サービス要求を作成する

options
DedicatedCloudServicesCreateOrUpdateOptionalParams

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

戻り値

get(string, string, DedicatedCloudServicesGetOptionalParams)

専用クラウド サービスを返します

function get(resourceGroupName: string, dedicatedCloudServiceName: string, options?: DedicatedCloudServicesGetOptionalParams): Promise<DedicatedCloudService>

パラメーター

resourceGroupName

string

リソース グループの名前

dedicatedCloudServiceName

string

専用クラウド サービス名

options
DedicatedCloudServicesGetOptionalParams

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

戻り値

listByResourceGroup(string, DedicatedCloudServicesListByResourceGroupOptionalParams)

リソース グループ内の専用クラウド サービスの一覧を返します

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

パラメーター

resourceGroupName

string

リソース グループの名前

options
DedicatedCloudServicesListByResourceGroupOptionalParams

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

戻り値

listBySubscription(DedicatedCloudServicesListBySubscriptionOptionalParams)

サブスクリプション内の専用クラウド サービスの一覧を返します

function listBySubscription(options?: DedicatedCloudServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<DedicatedCloudService, DedicatedCloudService[], PageSettings>

パラメーター

options
DedicatedCloudServicesListBySubscriptionOptionalParams

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

戻り値

update(string, string, PatchPayload, DedicatedCloudServicesUpdateOptionalParams)

専用クラウド サービスのプロパティにパッチを適用する

function update(resourceGroupName: string, dedicatedCloudServiceName: string, dedicatedCloudServiceRequest: PatchPayload, options?: DedicatedCloudServicesUpdateOptionalParams): Promise<DedicatedCloudService>

パラメーター

resourceGroupName

string

リソース グループの名前

dedicatedCloudServiceName

string

専用クラウド サービス名

dedicatedCloudServiceRequest
PatchPayload

専用クラウド サービス要求にパッチを適用する

options
DedicatedCloudServicesUpdateOptionalParams

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

戻り値