ProximityPlacementGroupInner Class

Definition

Specifies information about the proximity placement group.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ProximityPlacementGroupInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ProximityPlacementGroupInner = class
    inherit Resource
Public Class ProximityPlacementGroupInner
Inherits Resource
Inheritance
ProximityPlacementGroupInner
Attributes

Constructors

ProximityPlacementGroupInner()

Initializes a new instance of the ProximityPlacementGroupInner class.

ProximityPlacementGroupInner(String, String, String, String, IDictionary<String, String>, ProximityPlacementGroupType, IList<SubResourceWithColocationStatusInner>, IList<SubResourceWithColocationStatusInner>, IList<SubResourceWithColocationStatusInner>, InstanceViewStatus)

Initializes a new instance of the ProximityPlacementGroupInner 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

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
ProximityPlacementGroupType

Gets or sets specifies the type of the proximity placement group. &lt;br&gt;&lt;br&gt; Possible values are: &lt;br&gt;&lt;br&gt; Standard : Co-locate resources within an Azure region or Availability Zone. &lt;br&gt;&lt;br&gt; Ultra : For future use. Possible values include: 'Standard', 'Ultra'

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)
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.

Methods

Validate()

Validate the object.

Applies to