Share via


DiskSnapshotListContent Class

Definition

object to hold array of Disk Snapshot ARM IDs.

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

Constructors

DiskSnapshotListContent(IEnumerable<ResourceIdentifier>)

Initializes a new instance of DiskSnapshotListContent.

Properties

DiskSnapshotIds

array of DiskSnapshot ARM IDs.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DiskSnapshotListContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DiskSnapshotListContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DiskSnapshotListContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DiskSnapshotListContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DiskSnapshotListContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to