PeerClusterForVolumeMigrationContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Source Cluster properties for a cluster peer request.
public class PeerClusterForVolumeMigrationContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetApp.Models.PeerClusterForVolumeMigrationContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetApp.Models.PeerClusterForVolumeMigrationContent>
type PeerClusterForVolumeMigrationContent = class
interface IJsonModel<PeerClusterForVolumeMigrationContent>
interface IPersistableModel<PeerClusterForVolumeMigrationContent>
Public Class PeerClusterForVolumeMigrationContent
Implements IJsonModel(Of PeerClusterForVolumeMigrationContent), IPersistableModel(Of PeerClusterForVolumeMigrationContent)
- Inheritance
-
PeerClusterForVolumeMigrationContent
- Implements
Constructors
PeerClusterForVolumeMigrationContent(IEnumerable<String>) |
Initializes a new instance of PeerClusterForVolumeMigrationContent. |
Properties
PeerIPAddresses |
A list of IC-LIF IPs that can be used to connect to the On-prem cluster. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<PeerClusterForVolumeMigrationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PeerClusterForVolumeMigrationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PeerClusterForVolumeMigrationContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PeerClusterForVolumeMigrationContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PeerClusterForVolumeMigrationContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |