Share via


HyperVMigrateFabricCustomProperties Class

Definition

HyperV migrate fabric model custom properties.

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

Constructors

HyperVMigrateFabricCustomProperties(ResourceIdentifier, ResourceIdentifier)

Initializes a new instance of HyperVMigrateFabricCustomProperties.

Properties

FabricContainerId

Gets or sets the fabric container Id.

FabricResourceId

Gets or sets the fabric resource Id.

HyperVSiteId

Gets or sets the ARM Id of the HyperV site.

MigrationHubUri

Gets or sets the migration hub Uri.

MigrationSolutionId

Gets or sets the migration solution ARM Id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataReplicationFabricCustomProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataReplicationFabricCustomProperties)
IJsonModel<HyperVMigrateFabricCustomProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HyperVMigrateFabricCustomProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataReplicationFabricCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from DataReplicationFabricCustomProperties)
IPersistableModel<HyperVMigrateFabricCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HyperVMigrateFabricCustomProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HyperVMigrateFabricCustomProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to