RelocateVolumeContent Class

Definition

Relocate volume request.

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

Constructors

RelocateVolumeContent()

Initializes a new instance of RelocateVolumeContent.

Properties

CreationToken

New creation token for the volume that controls the mount point name.

Explicit Interface Implementations

IJsonModel<RelocateVolumeContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RelocateVolumeContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RelocateVolumeContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RelocateVolumeContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RelocateVolumeContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to