MigrationConfigurationData Class

Definition

A class representing the MigrationConfiguration data model. Single item in List or Get Migration Config operation

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

Constructors

MigrationConfigurationData()

Initializes a new instance of MigrationConfigurationData.

Properties

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Location

The geo-location where the resource lives.

MigrationState

State in which Standard to Premium Migration is, possible values : Unknown, Reverting, Completing, Initiating, Syncing, Active.

Name

The name of the resource.

(Inherited from ResourceData)
PendingReplicationOperationsCount

Number of entities pending to be replicated.

PostMigrationName

Name to access Standard Namespace after migration.

ProvisioningState

Provisioning state of Migration Configuration.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
TargetServiceBusNamespace

Existing premium Namespace ARM Id name which has no entities, will be used for migration.

Explicit Interface Implementations

IJsonModel<MigrationConfigurationData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrationConfigurationData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrationConfigurationData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrationConfigurationData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrationConfigurationData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to