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.v2022_11_01.models._models_py3.ResourceProximityPlacementGroup
Constructor
ProximityPlacementGroup(*, location: str, tags: Dict[str, str] | None = None, zones: List[str] | None = None, proximity_placement_group_type: str | _models.ProximityPlacementGroupType | None = None, colocation_status: _models.InstanceViewStatus | None = None, intent: _models.ProximityPlacementGroupPropertiesIntent | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
Resource location. Required. |
tags
|
Resource tags. |
zones
|
Specifies the Availability Zone where virtual machine, virtual machine scale set or availability set associated with the proximity placement group can be created. |
proximity_placement_group_type
|
Specifies the type of the proximity placement group.
|
colocation_status
|
Describes colocation status of the Proximity Placement Group. |
intent
|
Specifies the user intent of the proximity placement group. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource name. |
type
|
Resource type. |
location
|
Resource location. Required. |
tags
|
Resource tags. |
zones
|
Specifies the Availability Zone where virtual machine, virtual machine scale set or availability set associated with the proximity placement group can be created. |
proximity_placement_group_type
|
Specifies the type of the proximity placement group.
|
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. |
intent
|
Specifies the user intent of the proximity placement group. |
Azure SDK for Python