Share via


HyperVMigrateFabricModelCustomProperties Class

Definition

HyperV migrate fabric model custom properties.

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

Constructors

HyperVMigrateFabricModelCustomProperties(ResourceIdentifier, ResourceIdentifier)

Initializes a new instance of HyperVMigrateFabricModelCustomProperties.

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<FabricModelCustomProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from FabricModelCustomProperties)
IJsonModel<HyperVMigrateFabricModelCustomProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HyperVMigrateFabricModelCustomProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FabricModelCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from FabricModelCustomProperties)
IPersistableModel<HyperVMigrateFabricModelCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HyperVMigrateFabricModelCustomProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HyperVMigrateFabricModelCustomProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to