MigrationServiceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. datamigration. fluent. models. MigrationServiceInner
- com.
- com.
- com.
public final class MigrationServiceInner
extends Resource
A Migration Service.
Constructor Summary
| Constructor | Description |
|---|---|
| MigrationServiceInner() |
Creates an instance of Migration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Migration |
fromJson(JsonReader jsonReader)
Reads an instance of Migration |
| 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. |
|
Provisioning |
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. |
|
Migration |
withLocation(String location) |
|
Migration |
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:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
MigrationServiceInner.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:
MigrationServiceInner.name()Returns:
provisioningState
public ProvisioningState 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:
MigrationServiceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
MigrationServiceInner.type()Returns:
validate
public void validate()
Validates the instance.
withLocation
public MigrationServiceInner withLocation(String location)
Overrides:
MigrationServiceInner.withLocation(String location)Parameters:
withTags
public MigrationServiceInner withTags(Map<String,String> tags)
Overrides:
MigrationServiceInner.withTags(Map<String,String> tags)Parameters: