共用方式為


ProximityPlacementGroups interface

代表 ProximityPlacementGroups 的介面。

方法

createOrUpdate(string, string, ProximityPlacementGroup, ProximityPlacementGroupsCreateOrUpdateOptionalParams)

建立或更新鄰近放置群組。

delete(string, string, ProximityPlacementGroupsDeleteOptionalParams)

刪除鄰近放置群組。

get(string, string, ProximityPlacementGroupsGetOptionalParams)

擷取鄰近放置群組的相關資訊。

listByResourceGroup(string, ProximityPlacementGroupsListByResourceGroupOptionalParams)

列出資源群組中的所有鄰近放置群組。

listBySubscription(ProximityPlacementGroupsListBySubscriptionOptionalParams)

列出訂用帳戶中的所有鄰近放置群組。

update(string, string, ProximityPlacementGroupUpdate, ProximityPlacementGroupsUpdateOptionalParams)

更新鄰近放置群組。

方法詳細資料

createOrUpdate(string, string, ProximityPlacementGroup, ProximityPlacementGroupsCreateOrUpdateOptionalParams)

建立或更新鄰近放置群組。

function createOrUpdate(resourceGroupName: string, proximityPlacementGroupName: string, parameters: ProximityPlacementGroup, options?: ProximityPlacementGroupsCreateOrUpdateOptionalParams): Promise<ProximityPlacementGroup>

參數

resourceGroupName

string

資源群組的名稱。

proximityPlacementGroupName

string

鄰近放置群組的名稱。

parameters
ProximityPlacementGroup

提供給建立鄰近放置群組作業的參數。

傳回

delete(string, string, ProximityPlacementGroupsDeleteOptionalParams)

刪除鄰近放置群組。

function delete(resourceGroupName: string, proximityPlacementGroupName: string, options?: ProximityPlacementGroupsDeleteOptionalParams): Promise<void>

參數

resourceGroupName

string

資源群組的名稱。

proximityPlacementGroupName

string

鄰近放置群組的名稱。

傳回

Promise<void>

get(string, string, ProximityPlacementGroupsGetOptionalParams)

擷取鄰近放置群組的相關資訊。

function get(resourceGroupName: string, proximityPlacementGroupName: string, options?: ProximityPlacementGroupsGetOptionalParams): Promise<ProximityPlacementGroup>

參數

resourceGroupName

string

資源群組的名稱。

proximityPlacementGroupName

string

鄰近放置群組的名稱。

傳回

listByResourceGroup(string, ProximityPlacementGroupsListByResourceGroupOptionalParams)

列出資源群組中的所有鄰近放置群組。

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

參數

resourceGroupName

string

資源群組的名稱。

傳回

listBySubscription(ProximityPlacementGroupsListBySubscriptionOptionalParams)

列出訂用帳戶中的所有鄰近放置群組。

function listBySubscription(options?: ProximityPlacementGroupsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ProximityPlacementGroup, ProximityPlacementGroup[], PageSettings>

參數

傳回

update(string, string, ProximityPlacementGroupUpdate, ProximityPlacementGroupsUpdateOptionalParams)

更新鄰近放置群組。

function update(resourceGroupName: string, proximityPlacementGroupName: string, parameters: ProximityPlacementGroupUpdate, options?: ProximityPlacementGroupsUpdateOptionalParams): Promise<ProximityPlacementGroup>

參數

resourceGroupName

string

資源群組的名稱。

proximityPlacementGroupName

string

鄰近放置群組的名稱。

parameters
ProximityPlacementGroupUpdate

提供給更新鄰近放置群組作業的參數。

傳回