ProximityPlacementGroupData Class

Definition

A class representing the ProximityPlacementGroup data model. Specifies information about the proximity placement group.

public class ProximityPlacementGroupData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.ProximityPlacementGroupData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.ProximityPlacementGroupData>
type ProximityPlacementGroupData = class
    inherit TrackedResourceData
    interface IJsonModel<ProximityPlacementGroupData>
    interface IPersistableModel<ProximityPlacementGroupData>
Public Class ProximityPlacementGroupData
Inherits TrackedResourceData
Implements IJsonModel(Of ProximityPlacementGroupData), IPersistableModel(Of ProximityPlacementGroupData)
Inheritance
ProximityPlacementGroupData
Implements

Constructors

ProximityPlacementGroupData(AzureLocation)

Initializes a new instance of ProximityPlacementGroupData.

Properties

AvailabilitySets

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

ColocationStatus

Describes colocation status of the Proximity Placement Group.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IntentVmSizes

Specifies possible sizes of virtual machines that can be created in the proximity placement group.

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
ProximityPlacementGroupType

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.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)
VirtualMachines

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

VirtualMachineScaleSets

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

Zones

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

Explicit Interface Implementations

IJsonModel<ProximityPlacementGroupData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ProximityPlacementGroupData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ProximityPlacementGroupData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ProximityPlacementGroupData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ProximityPlacementGroupData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to