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.v2018_06_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, **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".

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.