IMigrationConfigProperties1 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.MigrationConfigProperties1TypeConverter))]
public interface IMigrationConfigProperties1 : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.MigrationConfigProperties1TypeConverter))>]
type IMigrationConfigProperties1 = interface
interface IJsonSerializable
Public Interface IMigrationConfigProperties1
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
MigrationState |
State in which Standard to Premium Migration is, possible values : Unknown, Reverting, Completing, Initiating, Syncing, Active |
PendingReplicationOperationsCount |
Number of entities pending to be replicated. |
PostMigrationName |
Name to access Standard Namespace after migration |
ProvisioningState |
Provisioning state of Migration Configuration |
TargetNamespace |
Existing premium Namespace ARM Id name which has no entities, will be used for migration |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |