VMwareV2FabricCreationContent Class

Definition

VMwareV2 fabric provider specific settings.

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

Constructors

VMwareV2FabricCreationContent(ResourceIdentifier)

Initializes a new instance of VMwareV2FabricCreationContent.

Properties

MigrationSolutionId

The ARM Id of the migration solution.

PhysicalSiteId

The ARM Id of the physical site.

VMwareSiteId

The ARM Id of the VMware site.

Explicit Interface Implementations

IJsonModel<FabricSpecificCreationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from FabricSpecificCreationContent)
IJsonModel<VMwareV2FabricCreationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VMwareV2FabricCreationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FabricSpecificCreationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from FabricSpecificCreationContent)
IPersistableModel<VMwareV2FabricCreationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VMwareV2FabricCreationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VMwareV2FabricCreationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to