다음을 통해 공유


HciVmStorageContainerProperties Class

Definition

Properties under the storage container resource.

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

Constructors

HciVmStorageContainerProperties(String)

Initializes a new instance of HciVmStorageContainerProperties.

Properties

Path

Path of the storage container on the disk.

ProvisioningState

Provisioning state of the storage container.

Status

The observed state of storage containers.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HciVmStorageContainerProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HciVmStorageContainerProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HciVmStorageContainerProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HciVmStorageContainerProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HciVmStorageContainerProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to