SqlMigrationServiceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. datamigration. fluent. models. SqlMigrationServiceInner
- com.
- com.
- com.
public final class SqlMigrationServiceInner
extends Resource
A SQL Migration Service.
Constructor Summary
| Constructor | Description |
|---|---|
| SqlMigrationServiceInner() |
Creates an instance of Sql |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sql |
fromJson(JsonReader jsonReader)
Reads an instance of Sql |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
integrationRuntimeState()
Get the integration |
| String |
name()
Get the name property: The name of the resource. |
| String |
provisioningState()
Get the provisioning |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Sql |
withLocation(String location) |
|
Sql |
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:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
SqlMigrationServiceInner.id()Returns:
integrationRuntimeState
public String integrationRuntimeState()
Get the integrationRuntimeState property: Current state of the Integration runtime.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
SqlMigrationServiceInner.name()Returns:
provisioningState
public String provisioningState()
Get the provisioningState property: Provisioning state to track the async operation status.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SqlMigrationServiceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
SqlMigrationServiceInner.type()Returns:
validate
public void validate()
Validates the instance.
withLocation
public SqlMigrationServiceInner withLocation(String location)
Overrides:
SqlMigrationServiceInner.withLocation(String location)Parameters:
withTags
public SqlMigrationServiceInner withTags(Map<String,String> tags)
Overrides:
SqlMigrationServiceInner.withTags(Map<String,String> tags)Parameters: