你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ProximityPlacementGroupsOperations interface

表示 ProximityPlacementGroups 操作的接口。

属性

createOrUpdate

创建或更新邻近放置组。

delete
get

检索有关邻近放置组的信息。

listByResourceGroup

列出资源组中的所有邻近放置组。

listBySubscription

列出订阅中的所有邻近放置组。

update

更新邻近放置组。

属性详细信息

createOrUpdate

创建或更新邻近放置组。

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

属性值

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

delete

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

属性值

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

get

检索有关邻近放置组的信息。

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

属性值

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

listByResourceGroup

列出资源组中的所有邻近放置组。

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

属性值

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

listBySubscription

列出订阅中的所有邻近放置组。

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

属性值

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

update

更新邻近放置组。

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

属性值

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