MigrationConfigProperties Class

Single item in List or Get Migration Config operation.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.servicebus.v2021_01_01_preview.models._models_py3.Resource
MigrationConfigProperties

Constructor

MigrationConfigProperties(*, target_namespace: str | None = None, post_migration_name: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
target_namespace
str

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

post_migration_name
str

Name to access Standard Namespace after migration.

Variables

Name Description
id
str

Resource Id.

name
str

Resource name.

type
str

Resource type.

system_data

The system meta data relating to this resource.

provisioning_state
str

Provisioning state of Migration Configuration.

pending_replication_operations_count
int

Number of entities pending to be replicated.

target_namespace
str

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

post_migration_name
str

Name to access Standard Namespace after migration.

migration_state
str

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