SqlMigrationServiceProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.datamigration.fluent.models.SqlMigrationServiceProperties

Implements

public final class SqlMigrationServiceProperties
implements JsonSerializable<SqlMigrationServiceProperties>

The SQL Migration Service properties.

Constructor Summary

Constructor Description
SqlMigrationServiceProperties()

Creates an instance of SqlMigrationServiceProperties class.

Method Summary

Modifier and Type Method and Description
static SqlMigrationServiceProperties fromJson(JsonReader jsonReader)

Reads an instance of SqlMigrationServiceProperties from the JsonReader.

String integrationRuntimeState()

Get the integrationRuntimeState property: Current state of the Integration runtime.

String provisioningState()

Get the provisioningState property: Provisioning state to track the async operation status.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of SqlMigrationServiceProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the SqlMigrationServiceProperties.

integrationRuntimeState

public String integrationRuntimeState()

Get the integrationRuntimeState property: Current state of the Integration runtime.

Returns:

the integrationRuntimeState value.

provisioningState

public String provisioningState()

Get the provisioningState property: Provisioning state to track the async operation status.

Returns:

the provisioningState value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to