MigrationServiceInner Class

public final class MigrationServiceInner
extends Resource

A Migration Service.

Constructor Summary

Constructor Description
MigrationServiceInner()

Creates an instance of MigrationServiceInner class.

Method Summary

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

Reads an instance of MigrationServiceInner 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.

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

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

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

MigrationServiceInner

public MigrationServiceInner()

Creates an instance of MigrationServiceInner class.

Method Details

fromJson

public static MigrationServiceInner fromJson(JsonReader jsonReader)

Reads an instance of MigrationServiceInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MigrationServiceInner 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:

MigrationServiceInner.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:

MigrationServiceInner.name()

Returns:

the name value.

provisioningState

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

MigrationServiceInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

MigrationServiceInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

withLocation

public MigrationServiceInner withLocation(String location)

Overrides:

MigrationServiceInner.withLocation(String location)

Parameters:

location

withTags

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

Overrides:

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

Parameters:

tags

Applies to