Share via


PureStorageAvsStorageContainerProperties Class

Definition

AVS storage container properties.

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

Properties

Datastore

VMware datastore associated with this storage container (if any).

Mounted

Whether the datastore is mounted in VMware or not.

ProvisionedLimit

Maximum amount of bytes that can be provisioned in this storage container; it must be a multiple of 512; each time a volume is provisioned in this container, its provisionedSize will be counted against the provisionLimit and the provisioning will fail if it goes over (minimum: 1048576 (1MiB), maximum: 4503599627370496 (4PiB)); by default it is unrestricted.

ResourceName

Name of the storage container.

Space

Storage space usage.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PureStorageAvsStorageContainerProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PureStorageAvsStorageContainerProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PureStorageAvsStorageContainerProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PureStorageAvsStorageContainerProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PureStorageAvsStorageContainerProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to