共用方式為


MigrationServiceProperties Class

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

Implements

public final class MigrationServiceProperties
implements JsonSerializable<MigrationServiceProperties>

The Migration Service properties.

Constructor Summary

Constructor Description
MigrationServiceProperties()

Creates an instance of MigrationServiceProperties class.

Method Summary

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

Reads an instance of MigrationServiceProperties from the JsonReader.

String integrationRuntimeState()

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

ProvisioningState 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

MigrationServiceProperties

public MigrationServiceProperties()

Creates an instance of MigrationServiceProperties class.

Method Details

fromJson

public static MigrationServiceProperties fromJson(JsonReader jsonReader)

Reads an instance of MigrationServiceProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MigrationServiceProperties 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 MigrationServiceProperties.

integrationRuntimeState

public String integrationRuntimeState()

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

Returns:

the integrationRuntimeState value.

provisioningState

public ProvisioningState 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