Share via


SqlMigrationServiceInner Class

public final class SqlMigrationServiceInner
extends Resource

A SQL Migration Service.

Constructor Summary

Constructor Description
SqlMigrationServiceInner()

Creates an instance of SqlMigrationServiceInner class.

Method Summary

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

Reads an instance of SqlMigrationServiceInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

String integrationRuntimeState()

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

String name()

Get the name property: The name of the resource.

String provisioningState()

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

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

SqlMigrationServiceInner withLocation(String location)
SqlMigrationServiceInner withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

SqlMigrationServiceInner

public SqlMigrationServiceInner()

Creates an instance of SqlMigrationServiceInner class.

Method Details

fromJson

public static SqlMigrationServiceInner fromJson(JsonReader jsonReader)

Reads an instance of SqlMigrationServiceInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

SqlMigrationServiceInner.id()

Returns:

the id value.

integrationRuntimeState

public String integrationRuntimeState()

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

Returns:

the integrationRuntimeState value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

SqlMigrationServiceInner.name()

Returns:

the name value.

provisioningState

public String provisioningState()

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

Returns:

the provisioningState value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

SqlMigrationServiceInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

SqlMigrationServiceInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

withLocation

public SqlMigrationServiceInner withLocation(String location)

Overrides:

SqlMigrationServiceInner.withLocation(String location)

Parameters:

location

withTags

public SqlMigrationServiceInner withTags(Map<String,String> tags)

Overrides:

SqlMigrationServiceInner.withTags(Map<String,String> tags)

Parameters:

tags

Applies to