SqlMigrationServiceProperties Class
- java.
lang. Object - com.
azure. resourcemanager. datamigration. fluent. models. SqlMigrationServiceProperties
- com.
Implements
public final class SqlMigrationServiceProperties
implements JsonSerializable<SqlMigrationServiceProperties>
The SQL Migration Service properties.
Constructor Summary
| Constructor | Description |
|---|---|
| SqlMigrationServiceProperties() |
Creates an instance of Sql |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sql |
fromJson(JsonReader jsonReader)
Reads an instance of Sql |
| String |
integrationRuntimeState()
Get the integration |
| String |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
SqlMigrationServiceProperties
public SqlMigrationServiceProperties()
Creates an instance of SqlMigrationServiceProperties class.
Method Details
fromJson
public static SqlMigrationServiceProperties fromJson(JsonReader jsonReader)
Reads an instance of SqlMigrationServiceProperties from the JsonReader.
Parameters:
Returns:
Throws:
integrationRuntimeState
public String integrationRuntimeState()
Get the integrationRuntimeState property: Current state of the Integration runtime.
Returns:
provisioningState
public String provisioningState()
Get the provisioningState property: Provisioning state to track the async operation status.
Returns:
toJson
validate
public void validate()
Validates the instance.