LargeInstanceStorageProfile Class

Definition

Specifies the storage settings for the Azure Large Instance disks.

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

Properties

NfsIPAddress

IP Address to connect to storage.

OSDisks

Specifies information about the operating system disk used by Azure Large Instance.

Explicit Interface Implementations

IJsonModel<LargeInstanceStorageProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LargeInstanceStorageProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LargeInstanceStorageProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LargeInstanceStorageProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LargeInstanceStorageProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to