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

Properties

AzureLargeInstanceSize

Specifies the Azure Large Instance SKU.

HardwareType

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

Explicit Interface Implementations

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