Condividi tramite


ElasticCapacityPoolChangeZoneContent Class

Definition

Changes the zone for the Zone Redundant elastic capacity pool.

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

Constructors

Name Description
ElasticCapacityPoolChangeZoneContent(String)

Initializes a new instance of ElasticCapacityPoolChangeZoneContent.

Properties

Name Description
NewZone

Availability zone to move Zone Redundant elastic capacity pool to.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ElasticCapacityPoolChangeZoneContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ElasticCapacityPoolChangeZoneContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticCapacityPoolChangeZoneContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticCapacityPoolChangeZoneContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ElasticCapacityPoolChangeZoneContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to