你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IMigrationConfigProperties1 Interface

Definition

[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)

Applies to