GetProximityPlacementGroupResult

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)

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

The Azure API version of the resource.

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

Specifies the user intent of the proximity placement group.

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.

Link copied to clipboard
val zones: List<String>? = null

Specifies the Availability Zone where virtual machine, virtual machine scale set or availability set associated with the proximity placement group can be created.