GetProximityPlacementGroupResult

data class GetProximityPlacementGroupResult(val availabilitySets: List<SubResourceWithColocationStatusResponse>, val colocationStatus: InstanceViewStatusResponse? = null, val id: String, 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>)

Specifies information about the proximity placement group.

Constructors

Link copied to clipboard
constructor(availabilitySets: List<SubResourceWithColocationStatusResponse>, colocationStatus: InstanceViewStatusResponse? = null, id: String, location: String, name: String, proximityPlacementGroupType: String? = null, tags: Map<String, String>? = null, type: String, virtualMachineScaleSets: List<SubResourceWithColocationStatusResponse>, virtualMachines: List<SubResourceWithColocationStatusResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of references to all availability sets in the proximity placement group.

Link copied to clipboard

Describes colocation status of the Proximity Placement Group.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

Resource location

Link copied to clipboard

Resource name

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
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Resource type

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.