VMwareV2FabricSpecificDetails Class

Definition

VMwareV2 fabric specific details.

public class VMwareV2FabricSpecificDetails : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.FabricSpecificDetails, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareV2FabricSpecificDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareV2FabricSpecificDetails>
type VMwareV2FabricSpecificDetails = class
    inherit FabricSpecificDetails
    interface IJsonModel<VMwareV2FabricSpecificDetails>
    interface IPersistableModel<VMwareV2FabricSpecificDetails>
Public Class VMwareV2FabricSpecificDetails
Inherits FabricSpecificDetails
Implements IJsonModel(Of VMwareV2FabricSpecificDetails), IPersistableModel(Of VMwareV2FabricSpecificDetails)
Inheritance
VMwareV2FabricSpecificDetails
Implements

Properties

MigrationSolutionId

The Migration solution ARM Id.

PhysicalSiteId

The ARM Id of the physical site.

ProcessServers

The list of process servers.

ServiceContainerId

The service container Id.

ServiceEndpoint

The service endpoint.

ServiceResourceId

The service resource Id.

VMwareSiteId

The ARM Id of the VMware site.

Explicit Interface Implementations

IJsonModel<FabricSpecificDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from FabricSpecificDetails)
IJsonModel<FabricSpecificDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from FabricSpecificDetails)
IJsonModel<VMwareV2FabricSpecificDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VMwareV2FabricSpecificDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FabricSpecificDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from FabricSpecificDetails)
IPersistableModel<FabricSpecificDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from FabricSpecificDetails)
IPersistableModel<FabricSpecificDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from FabricSpecificDetails)
IPersistableModel<VMwareV2FabricSpecificDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VMwareV2FabricSpecificDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VMwareV2FabricSpecificDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to