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_10_01_preview.models._models_py3.ProxyResource
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

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

name
str

The name of the resource.

type
str

The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs".

location
str

The geo-location where the resource lives.

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.