GetMigrationConfigResult

data class GetMigrationConfigResult(val id: String, val location: String, val migrationState: String, val name: String, val pendingReplicationOperationsCount: Double, val postMigrationName: String, val provisioningState: String, val systemData: SystemDataResponse, val targetNamespace: String, val type: String)

Single item in List or Get Migration Config operation

Constructors

Link copied to clipboard
constructor(id: String, location: String, migrationState: String, name: String, pendingReplicationOperationsCount: Double, postMigrationName: String, provisioningState: String, systemData: SystemDataResponse, targetNamespace: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

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

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

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

Link copied to clipboard

The name of the resource

Link copied to clipboard

Number of entities pending to be replicated.

Link copied to clipboard

Name to access Standard Namespace after migration

Link copied to clipboard

Provisioning state of Migration Configuration

Link copied to clipboard

The system meta data relating to this resource.

Link copied to clipboard

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

Link copied to clipboard

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