public class MigrationConfigPropertiesInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
MigrationConfigPropertiesInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
migrationState()
Get the migrationState property: State in which Standard to Premium Migration is, possible values : Unknown,
Reverting, Completing, Initiating, Syncing, Active.
|
Long |
pendingReplicationOperationsCount()
Get the pendingReplicationOperationsCount property: Number of entities pending to be replicated.
|
String |
postMigrationName()
Get the postMigrationName property: Name to access Standard Namespace after migration.
|
String |
provisioningState()
Get the provisioningState property: Provisioning state of Migration Configuration.
|
String |
targetNamespace()
Get the targetNamespace property: Existing premium Namespace ARM Id name which has no entities, will be used for
migration.
|
void |
validate()
Validates the instance.
|
MigrationConfigPropertiesInner |
withPostMigrationName(String postMigrationName)
Set the postMigrationName property: Name to access Standard Namespace after migration.
|
MigrationConfigPropertiesInner |
withTargetNamespace(String targetNamespace)
Set the targetNamespace property: Existing premium Namespace ARM Id name which has no entities, will be used for
migration.
|
public String provisioningState()
public Long pendingReplicationOperationsCount()
public String targetNamespace()
public MigrationConfigPropertiesInner withTargetNamespace(String targetNamespace)
targetNamespace - the targetNamespace value to set.public String postMigrationName()
public MigrationConfigPropertiesInner withPostMigrationName(String postMigrationName)
postMigrationName - the postMigrationName value to set.public String migrationState()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.