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.v2022_01_01_preview.models._models_py3.ProxyResourceMigrationConfigProperties
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
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. |
name
|
The name of the resource. |
type
|
The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs". |
location
|
The geo-location where the resource lives. |
system_data
|
The system meta data relating to this resource. |
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