SqlMigrationService Interface
public interface SqlMigrationService
An immutable client-side representation of SqlMigrationService.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Delete |
deleteNode(DeleteNodeInner parameters)
Delete the integration runtime node. |
|
abstract
Response<Delete |
deleteNodeWithResponse(DeleteNodeInner parameters, Context context)
Delete the integration runtime node. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Sql |
innerModel()
Gets the inner com. |
| abstract String |
integrationRuntimeState()
Gets the integration |
|
abstract
Authentication |
listAuthKeys()
Retrieve the List of Authentication Keys for Self Hosted Integration Runtime. |
|
abstract
Response<Authentication |
listAuthKeysWithResponse(Context context)
Retrieve the List of Authentication Keys for Self Hosted Integration Runtime. |
|
abstract
Integration |
listMonitoringData()
Retrieve the registered Integration Runtime nodes and their monitoring data for a given Database Migration Service. |
|
abstract
Response<Integration |
listMonitoringDataWithResponse(Context context)
Retrieve the registered Integration Runtime nodes and their monitoring data for a given Database Migration Service. |
| abstract String |
location()
Gets the location property: The geo-location where the resource lives. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract String |
provisioningState()
Gets the provisioning |
|
abstract
Sql |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Sql |
refresh(Context context)
Refreshes the resource to sync with Azure. |
|
abstract
Regen |
regenerateAuthKeys(RegenAuthKeysInner parameters)
Regenerate a new set of Authentication Keys for Self Hosted Integration Runtime. |
|
abstract
Response<Regen |
regenerateAuthKeysWithResponse(RegenAuthKeysInner parameters, Context context)
Regenerate a new set of Authentication Keys for Self Hosted Integration Runtime. |
| abstract Region |
region()
Gets the region of the resource. |
| abstract String |
regionName()
Gets the name of the resource region. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
System |
systemData()
Gets the system |
| abstract Map<String,String> |
tags()
Gets the tags property: Resource tags. |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Sql |
Method Details
deleteNode
public abstract DeleteNode deleteNode(DeleteNodeInner parameters)
Delete the integration runtime node.
Parameters:
Returns:
deleteNodeWithResponse
public abstract Response<DeleteNode> deleteNodeWithResponse(DeleteNodeInner parameters, Context context)
Delete the integration runtime node.
Parameters:
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract SqlMigrationServiceInner innerModel()
Gets the inner com.azure.resourcemanager.datamigration.fluent.models.SqlMigrationServiceInner object.
Returns:
integrationRuntimeState
public abstract String integrationRuntimeState()
Gets the integrationRuntimeState property: Current state of the Integration runtime.
Returns:
listAuthKeys
public abstract AuthenticationKeys listAuthKeys()
Retrieve the List of Authentication Keys for Self Hosted Integration Runtime.
Returns:
listAuthKeysWithResponse
public abstract Response<AuthenticationKeys> listAuthKeysWithResponse(Context context)
Retrieve the List of Authentication Keys for Self Hosted Integration Runtime.
Parameters:
Returns:
listMonitoringData
public abstract IntegrationRuntimeMonitoringData listMonitoringData()
Retrieve the registered Integration Runtime nodes and their monitoring data for a given Database Migration Service.
Returns:
listMonitoringDataWithResponse
public abstract Response<IntegrationRuntimeMonitoringData> listMonitoringDataWithResponse(Context context)
Retrieve the registered Integration Runtime nodes and their monitoring data for a given Database Migration Service.
Parameters:
Returns:
location
public abstract String location()
Gets the location property: The geo-location where the resource lives.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
provisioningState
public abstract String provisioningState()
Gets the provisioningState property: Provisioning state to track the async operation status.
Returns:
refresh
public abstract SqlMigrationService refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract SqlMigrationService refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
regenerateAuthKeys
public abstract RegenAuthKeys regenerateAuthKeys(RegenAuthKeysInner parameters)
Regenerate a new set of Authentication Keys for Self Hosted Integration Runtime.
Parameters:
Returns:
regenerateAuthKeysWithResponse
public abstract Response<RegenAuthKeys> regenerateAuthKeysWithResponse(RegenAuthKeysInner parameters, Context context)
Regenerate a new set of Authentication Keys for Self Hosted Integration Runtime.
Parameters:
Returns:
region
public abstract Region region()
Gets the region of the resource.
Returns:
regionName
public abstract String regionName()
Gets the name of the resource region.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
systemData
public abstract SystemDataAutoGenerated systemData()
Gets the systemData property: The systemData property.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Resource tags.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract SqlMigrationService.Update update()
Begins update for the SqlMigrationService resource.
Returns: