LargeInstanceStorageProperties Class

Definition

described the storage properties of the azure large storage instance.

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

Properties

Generation

the kind of storage instance.

HardwareType

the hardware type of the storage instance.

OfferingType

the offering type for which the resource is getting provisioned.

ProvisioningState

State of provisioning of the AzureLargeStorageInstance.

StorageBillingProperties

the billing related information for the resource.

StorageType

the storage protocol for which the resource is getting provisioned.

WorkloadType

the workload for which the resource is getting provisioned.

Explicit Interface Implementations

IJsonModel<LargeInstanceStorageProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LargeInstanceStorageProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LargeInstanceStorageProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LargeInstanceStorageProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LargeInstanceStorageProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to