ProximityPlacementGroupInner Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. <br><br> Possible values are: <br><br> Standard : Co-locate resources within an Azure region or Availability Zone. <br><br> 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
Azure SDK for .NET