ProximityPlacementGroup Class

Definition

Specifies information about the proximity placement group.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ProximityPlacementGroup : Microsoft.Azure.Management.Compute.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ProximityPlacementGroup = class
    inherit Resource
Public Class ProximityPlacementGroup
Inherits Resource
Inheritance
ProximityPlacementGroup
Attributes

Constructors

ProximityPlacementGroup()

Initializes a new instance of the ProximityPlacementGroup class.

ProximityPlacementGroup(String, String, String, String, IDictionary<String, String>, String, IList<SubResourceWithColocationStatus>, IList<SubResourceWithColocationStatus>, IList<SubResourceWithColocationStatus>, InstanceViewStatus, ProximityPlacementGroupPropertiesIntent, IList<String>)

Initializes a new instance of the ProximityPlacementGroup class.

Properties

AvailabilitySets

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

ColocationStatus

Gets or sets describes colocation status of the Proximity Placement Group.

Id

Gets resource Id

(Inherited from Resource)
Intent

Gets or sets specifies the user intent of the proximity placement group.

Location

Gets or sets resource location

(Inherited from Resource)
Name

Gets resource name

(Inherited from Resource)
ProximityPlacementGroupType

Gets or sets 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. Possible values include: 'Standard', 'Ultra'

Tags

Gets or sets resource tags

(Inherited from Resource)
Type

Gets resource type

(Inherited from Resource)
VirtualMachines

Gets a list of references to all virtual machines in the proximity placement group.

VirtualMachineScaleSets

Gets a list of references to all virtual machine scale sets in the proximity placement group.

Zones

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

Methods

Validate()

Validate the object.

Applies to