다음을 통해 공유


ElasticSanVolumeNameListContent Class

Definition

object to hold array of volume names.

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

Constructors

ElasticSanVolumeNameListContent(IEnumerable<String>)

Initializes a new instance of ElasticSanVolumeNameListContent.

Properties

VolumeNames

array of volume names.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ElasticSanVolumeNameListContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ElasticSanVolumeNameListContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticSanVolumeNameListContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticSanVolumeNameListContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ElasticSanVolumeNameListContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to