다음을 통해 공유


ProximityPlacementGroup 클래스

근접 배치 그룹에 대한 정보를 지정합니다.

변수는 서버에서만 채워지고 요청을 보낼 때 무시됩니다.

Azure로 보내려면 모든 필수 매개 변수를 채워야 합니다.

상속
azure.mgmt.compute.v2023_03_01.models._models_py3.Resource
ProximityPlacementGroup

생성자

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

location
str

리소스 위치. 필수 요소.

tags
dict[str, str]

리소스 태그.

zones
list[str]

근접 배치 그룹과 연결된 가상 머신, 가상 머신 확장 집합 또는 가용성 집합을 만들 수 있는 가용성 영역을 지정합니다.

proximity_placement_group_type
str 또는 ProximityPlacementGroupType

근접 배치 그룹의 형식을 지정합니다. 가능한 값은 표준 : Azure 지역 또는 가용성 영역 내에서 리소스를 공동 배치합니다. Ultra : 나중에 사용할 수 있습니다. 알려진 값은 "표준" 및 "Ultra"입니다.

colocation_status
InstanceViewStatus

근접 배치 그룹의 공동 배치 상태 설명합니다.

intent
ProximityPlacementGroupPropertiesIntent

근접 배치 그룹의 사용자 의도를 지정합니다.

변수

id
str

리소스 ID입니다.

name
str

리소스 이름.

type
str

리소스 종류.

location
str

리소스 위치. 필수 요소.

tags
dict[str, str]

리소스 태그.

zones
list[str]

근접 배치 그룹과 연결된 가상 머신, 가상 머신 확장 집합 또는 가용성 집합을 만들 수 있는 가용성 영역을 지정합니다.

proximity_placement_group_type
str 또는 ProximityPlacementGroupType

근접 배치 그룹의 형식을 지정합니다. 가능한 값은 표준 : Azure 지역 또는 가용성 영역 내에서 리소스를 공동 배치합니다. Ultra : 나중에 사용할 수 있습니다. 알려진 값은 "표준" 및 "Ultra"입니다.

virtual_machines
list[SubResourceWithColocationStatus]

근접 배치 그룹의 모든 가상 머신에 대한 참조 목록입니다.

virtual_machine_scale_sets
list[SubResourceWithColocationStatus]

근접 배치 그룹의 모든 가상 머신 확장 집합에 대한 참조 목록입니다.

availability_sets
list[SubResourceWithColocationStatus]

근접 배치 그룹의 모든 가용성 집합에 대한 참조 목록입니다.

colocation_status
InstanceViewStatus

근접 배치 그룹의 공동 배치 상태 설명합니다.

intent
ProximityPlacementGroupPropertiesIntent

근접 배치 그룹의 사용자 의도를 지정합니다.