Udostępnij za pośrednictwem


StorageContainerProperties Class

Definition

Storage container properties.

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

Constructors

StorageContainerProperties(String, String)

Initializes a new instance of StorageContainerProperties.

Properties

ClusterSharedVolumePath

Gets or sets the ClusterSharedVolumePath.

Name

Gets or sets the Name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StorageContainerProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageContainerProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageContainerProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageContainerProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageContainerProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to