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

ProximityPlacementGroup Class

Specifies information about the proximity placement group.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.compute.v2021_07_01.models._models_py3.Resource
ProximityPlacementGroup

Constructor

ProximityPlacementGroup(*, location: str, tags: Dict[str, str] | None = None, proximity_placement_group_type: str | _models.ProximityPlacementGroupType | None = None, colocation_status: _models.InstanceViewStatus | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
location
str

Resource location. Required.

tags

Resource tags.

proximity_placement_group_type

Specifies the type of the proximity placement group. <br>``<br> Possible values are: <br>``<br> Standard : Co-locate resources within an Azure region or Availability Zone. <br>``<br> Ultra : For future use. Known values are: "Standard" and "Ultra".

colocation_status

Describes colocation status of the Proximity Placement Group.

Variables

Name Description
id
str

Resource Id.

name
str

Resource name.

type
str

Resource type.

location
str

Resource location. Required.

tags

Resource tags.

proximity_placement_group_type

Specifies the type of the proximity placement group. <br>``<br> Possible values are: <br>``<br> Standard : Co-locate resources within an Azure region or Availability Zone. <br>``<br> Ultra : For future use. Known values are: "Standard" and "Ultra".

virtual_machines

A list of references to all virtual machines in the proximity placement group.

virtual_machine_scale_sets

A list of references to all virtual machine scale sets in the proximity placement group.

availability_sets

A list of references to all availability sets in the proximity placement group.

colocation_status

Describes colocation status of the Proximity Placement Group.