LargeInstanceHardwareProfile Class

Definition

Specifies the hardware settings for the Azure Large Instance.

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

Constructors

Name Description
LargeInstanceHardwareProfile()

Initializes a new instance of LargeInstanceHardwareProfile.

Properties

Name Description
HardwareType

Name of the hardware type (vendor and/or their product name).

LargeInstanceSize

Specifies the Azure Large Instance SKU.

Methods

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

Explicit Interface Implementations

Name Description
IJsonModel<LargeInstanceHardwareProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LargeInstanceHardwareProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LargeInstanceHardwareProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LargeInstanceHardwareProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LargeInstanceHardwareProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to