LargeInstanceProperties Class

Definition

Describes the properties of an Azure Large Instance.

public class LargeInstanceProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.LargeInstance.Models.LargeInstanceProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.LargeInstance.Models.LargeInstanceProperties>
type LargeInstanceProperties = class
    interface IJsonModel<LargeInstanceProperties>
    interface IPersistableModel<LargeInstanceProperties>
Public Class LargeInstanceProperties
Implements IJsonModel(Of LargeInstanceProperties), IPersistableModel(Of LargeInstanceProperties)
Inheritance
LargeInstanceProperties
Implements

Constructors

Name Description
LargeInstanceProperties()

Initializes a new instance of LargeInstanceProperties.

Properties

Name Description
HardwareProfile

Specifies the hardware settings for the Azure Large Instance.

HardwareRevision

Hardware revision of an Azure Large Instance.

LargeInstanceId

Specifies the Azure Large Instance unique ID.

NetworkProfile

Specifies the network settings for the Azure Large Instance.

OSProfile

Specifies the operating system settings for the Azure Large Instance.

PowerState

Resource power state.

ProvisioningState

State of provisioning of the AzureLargeInstance.

ProximityPlacementGroup

Resource proximity placement group.

StorageProfile

Specifies the storage settings for the Azure Large Instance disks.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<LargeInstanceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<LargeInstanceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<LargeInstanceProperties>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<LargeInstanceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<LargeInstanceProperties>.Write(ModelReaderWriterOptions)

Applies to