ProximityPlacementGroup Klasse
Gibt Informationen zur Näherungsplatzierungsgruppe an.
Variablen werden nur vom Server aufgefüllt und beim Senden einer Anforderung ignoriert.
Zum Senden an Azure müssen alle erforderlichen Parameter aufgefüllt werden.
- Vererbung
-
azure.mgmt.compute.v2021_11_01.models._models_py3.ResourceProximityPlacementGroup
Konstruktor
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)
Variablen
- id
- str
Ressourcen-ID.
- name
- str
Name der Ressource.
- type
- str
Der Ressourcentyp.
- location
- str
Ressourcenspeicherort Erforderlich.
- proximity_placement_group_type
- str oder ProximityPlacementGroupType
Gibt den Typ der Näherungsplatzierungsgruppe an.
<br>``<br>
Mögliche Werte sind: <br>``<br>
Standard : Gemeinsames Suchen von Ressourcen innerhalb einer Azure-Region oder Verfügbarkeitszone. <br>``<br>
Ultra : Für zukünftige Verwendung. Bekannte Werte sind: "Standard" und "Ultra".
- virtual_machines
- list[SubResourceWithColocationStatus]
Eine Liste von Verweisen auf alle virtuellen Computer in der Näherungsplatzierungsgruppe.
- virtual_machine_scale_sets
- list[SubResourceWithColocationStatus]
Eine Liste von Verweisen auf alle VM-Skalierungsgruppen in der Näherungsplatzierungsgruppe.
- availability_sets
- list[SubResourceWithColocationStatus]
Eine Liste von Verweisen auf alle Verfügbarkeitsgruppen in der Näherungsplatzierungsgruppe.
- colocation_status
- InstanceViewStatus
Beschreibt den Colocationstatus der Näherungsplatzierungsgruppe.