Get Proximity Placement Group Result
data class GetProximityPlacementGroupResult(val availabilitySets: List<SubResourceWithColocationStatusResponse>, val azureApiVersion: String, val colocationStatus: InstanceViewStatusResponse? = null, val id: String, val intent: ProximityPlacementGroupPropertiesResponseIntent? = null, val location: String, val name: String, val proximityPlacementGroupType: String? = null, val tags: Map<String, String>? = null, val type: String, val virtualMachineScaleSets: List<SubResourceWithColocationStatusResponse>, val virtualMachines: List<SubResourceWithColocationStatusResponse>, val zones: List<String>? = null)
Specifies information about the proximity placement group.
Constructors
Link copied to clipboard
constructor(availabilitySets: List<SubResourceWithColocationStatusResponse>, azureApiVersion: String, colocationStatus: InstanceViewStatusResponse? = null, id: String, intent: ProximityPlacementGroupPropertiesResponseIntent? = null, location: String, name: String, proximityPlacementGroupType: String? = null, tags: Map<String, String>? = null, type: String, virtualMachineScaleSets: List<SubResourceWithColocationStatusResponse>, virtualMachines: List<SubResourceWithColocationStatusResponse>, zones: List<String>? = null)
Properties
Link copied to clipboard
A list of references to all availability sets in the proximity placement group.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Describes colocation status of the Proximity Placement Group.
Link copied to clipboard
Specifies the user intent of the proximity placement group.
Link copied to clipboard
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.
Link copied to clipboard
A list of references to all virtual machines in the proximity placement group.
Link copied to clipboard
A list of references to all virtual machine scale sets in the proximity placement group.