MigrationConfigPropertiesInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. servicebus. fluent. models. MigrationConfigPropertiesInner
- com.
- com.
public final class MigrationConfigPropertiesInner
extends ProxyResource
Single item in List or Get Migration Config operation.
Constructor Summary
Constructor | Description |
---|---|
MigrationConfigPropertiesInner() |
Creates an instance of Migration |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Migration |
fromJson(JsonReader jsonReader)
Reads an instance of Migration |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
location()
Get the location property: The geo-location where the resource lives. |
String |
migrationState()
Get the migration |
String |
name()
Get the name property: The name of the resource. |
Long |
pendingReplicationOperationsCount()
Get the pending |
String |
postMigrationName()
Get the post |
String |
provisioningState()
Get the provisioning |
System |
systemData()
Get the system |
String |
targetNamespace()
Get the target |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Migration |
withPostMigrationName(String postMigrationName)
Set the post |
Migration |
withTargetNamespace(String targetNamespace)
Set the target |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
MigrationConfigPropertiesInner
public MigrationConfigPropertiesInner()
Creates an instance of MigrationConfigPropertiesInner class.
Method Details
fromJson
public static MigrationConfigPropertiesInner fromJson(JsonReader jsonReader)
Reads an instance of MigrationConfigPropertiesInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
MigrationConfigPropertiesInner.id()Returns:
location
public String location()
Get the location property: The geo-location where the resource lives.
Returns:
migrationState
public String migrationState()
Get the migrationState property: State in which Standard to Premium Migration is, possible values : Unknown, Reverting, Completing, Initiating, Syncing, Active.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
MigrationConfigPropertiesInner.name()Returns:
pendingReplicationOperationsCount
public Long pendingReplicationOperationsCount()
Get the pendingReplicationOperationsCount property: Number of entities pending to be replicated.
Returns:
postMigrationName
public String postMigrationName()
Get the postMigrationName property: Name to access Standard Namespace after migration.
Returns:
provisioningState
public String provisioningState()
Get the provisioningState property: Provisioning state of Migration Configuration.
Returns:
systemData
public SystemData systemData()
Get the systemData property: The system meta data relating to this resource.
Returns:
targetNamespace
public String targetNamespace()
Get the targetNamespace property: Existing premium Namespace ARM Id name which has no entities, will be used for migration.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MigrationConfigPropertiesInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
MigrationConfigPropertiesInner.type()Returns:
validate
public void validate()
Validates the instance.
withPostMigrationName
public MigrationConfigPropertiesInner withPostMigrationName(String postMigrationName)
Set the postMigrationName property: Name to access Standard Namespace after migration.
Parameters:
Returns:
withTargetNamespace
public MigrationConfigPropertiesInner withTargetNamespace(String targetNamespace)
Set the targetNamespace property: Existing premium Namespace ARM Id name which has no entities, will be used for migration.
Parameters:
Returns:
Applies to
Azure SDK for Java