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.v2017_04_01.models._models_py3.ResourceMigrationConfigProperties
Constructor
MigrationConfigProperties(*, target_namespace: str | None = None, post_migration_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
target_namespace
|
Existing premium Namespace ARM Id name which has no entities, will be used for migration. |
post_migration_name
|
Name to access Standard Namespace after migration. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource name. |
type
|
Resource type. |
provisioning_state
|
Provisioning state of Migration Configuration. |
pending_replication_operations_count
|
Number of entities pending to be replicated. |
target_namespace
|
Existing premium Namespace ARM Id name which has no entities, will be used for migration. |
post_migration_name
|
Name to access Standard Namespace after migration. |
migration_state
|
State in which Standard to Premium Migration is, possible values : Unknown, Reverting, Completing, Initiating, Syncing, Active. |
Azure SDK for Python