NetAppVolumeRelocationProperties Class

Definition

Volume relocation properties.

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

Constructors

NetAppVolumeRelocationProperties()

Initializes a new instance of NetAppVolumeRelocationProperties.

Properties

IsReadyToBeFinalized

Has relocation finished and is ready to be cleaned up.

IsRelocationRequested

Has relocation been requested for this volume.

Explicit Interface Implementations

IJsonModel<NetAppVolumeRelocationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetAppVolumeRelocationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppVolumeRelocationProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppVolumeRelocationProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppVolumeRelocationProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to