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.
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 |
---|---|
tags
|
Resource tags. Default value: None
|
location
|
The geo-location where the resource lives. Required. |
zones
|
The availability zones. Default value: None
|
proximity_placement_group_type
|
Specifies the type of the proximity placement group. Possible values are: Standard : Co-locate resources within an Azure region or Availability Zone. Ultra : For future use. Known values are: "Standard" and "Ultra". Default value: None
|
colocation_status
|
Describes colocation status of the Proximity Placement Group. Default value: None
|
intent
|
Specifies the user intent of the proximity placement group. Default value: None
|
Variables
Name | Description |
---|---|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. |
name
|
The name of the resource. |
type
|
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
system_data
|
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
tags
|
Resource tags. |
location
|
The geo-location where the resource lives. Required. |
zones
|
The availability zones. |
proximity_placement_group_type
|
Specifies the type of the proximity placement group. Possible values are: Standard : Co-locate resources within an Azure region or Availability Zone. 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. |
intent
|
Specifies the user intent of the proximity placement group. |