共用方式為


DedicatedCloudServices interface

表示 DedicatedCloudServices 的介面。

方法

beginDelete(string, string, DedicatedCloudServicesDeleteOptionalParams)

刪除 dedicate 雲端服務

beginDeleteAndWait(string, string, DedicatedCloudServicesDeleteOptionalParams)

刪除 dedicate 雲端服務

createOrUpdate(string, string, DedicatedCloudService, DedicatedCloudServicesCreateOrUpdateOptionalParams)

建立 dedicate 雲端服務

get(string, string, DedicatedCloudServicesGetOptionalParams)

傳回Dedicate雲端服務

listByResourceGroup(string, DedicatedCloudServicesListByResourceGroupOptionalParams)

傳回資源群組內專用雲端服務的清單

listBySubscription(DedicatedCloudServicesListBySubscriptionOptionalParams)

傳回訂用帳戶內專用雲端服務的清單

update(string, string, PatchPayload, DedicatedCloudServicesUpdateOptionalParams)

修補專用雲端服務的屬性

方法詳細資料

beginDelete(string, string, DedicatedCloudServicesDeleteOptionalParams)

刪除 dedicate 雲端服務

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)

刪除 dedicate 雲端服務

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

參數

resourceGroupName

string

資源群組的名稱

dedicatedCloudServiceName

string

專用雲端服務名稱

傳回

Promise<void>

createOrUpdate(string, string, DedicatedCloudService, DedicatedCloudServicesCreateOrUpdateOptionalParams)

建立 dedicate 雲端服務

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

參數

resourceGroupName

string

資源群組的名稱

dedicatedCloudServiceName

string

專用雲端服務名稱

dedicatedCloudServiceRequest
DedicatedCloudService

建立專用雲端服務要求

傳回

get(string, string, DedicatedCloudServicesGetOptionalParams)

傳回Dedicate雲端服務

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

資源群組的名稱

傳回

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

修補專用雲端服務要求

傳回