DedicatedCloudServices interface
DedicatedCloudServices を表すインターフェイス。
メソッド
| begin |
専用クラウド サービスを削除する |
| begin |
専用クラウド サービスを削除する |
| create |
専用のクラウド サービスを作成する |
| get(string, string, Dedicated |
専用クラウド サービスを返します |
| list |
リソース グループ内の専用クラウド サービスの一覧を返します |
| list |
サブスクリプション内の専用クラウド サービスの一覧を返します |
| update(string, string, Patch |
専用クラウド サービスのプロパティにパッチを適用する |
メソッドの詳細
beginDelete(string, string, DedicatedCloudServicesDeleteOptionalParams)
専用クラウド サービスを削除する
function beginDelete(resourceGroupName: string, dedicatedCloudServiceName: string, options?: DedicatedCloudServicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前
- dedicatedCloudServiceName
-
string
専用クラウド サービス名
オプション パラメーター。
戻り値
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
専用クラウド サービス名
オプション パラメーター。
戻り値
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
専用クラウド サービス要求を作成する
オプション パラメーター。
戻り値
Promise<DedicatedCloudService>
get(string, string, DedicatedCloudServicesGetOptionalParams)
専用クラウド サービスを返します
function get(resourceGroupName: string, dedicatedCloudServiceName: string, options?: DedicatedCloudServicesGetOptionalParams): Promise<DedicatedCloudService>
パラメーター
- resourceGroupName
-
string
リソース グループの名前
- dedicatedCloudServiceName
-
string
専用クラウド サービス名
オプション パラメーター。
戻り値
Promise<DedicatedCloudService>
listByResourceGroup(string, DedicatedCloudServicesListByResourceGroupOptionalParams)
リソース グループ内の専用クラウド サービスの一覧を返します
function listByResourceGroup(resourceGroupName: string, options?: DedicatedCloudServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DedicatedCloudService, DedicatedCloudService[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前
オプション パラメーター。
戻り値
listBySubscription(DedicatedCloudServicesListBySubscriptionOptionalParams)
サブスクリプション内の専用クラウド サービスの一覧を返します
function listBySubscription(options?: DedicatedCloudServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<DedicatedCloudService, DedicatedCloudService[], PageSettings>
パラメーター
オプション パラメーター。
戻り値
update(string, string, PatchPayload, DedicatedCloudServicesUpdateOptionalParams)
専用クラウド サービスのプロパティにパッチを適用する
function update(resourceGroupName: string, dedicatedCloudServiceName: string, dedicatedCloudServiceRequest: PatchPayload, options?: DedicatedCloudServicesUpdateOptionalParams): Promise<DedicatedCloudService>
パラメーター
- resourceGroupName
-
string
リソース グループの名前
- dedicatedCloudServiceName
-
string
専用クラウド サービス名
- dedicatedCloudServiceRequest
- PatchPayload
専用クラウド サービス要求にパッチを適用する
オプション パラメーター。
戻り値
Promise<DedicatedCloudService>