IntegrationRuntimeResource Interface
public interface IntegrationRuntimeResource
An immutable client-side representation of IntegrationRuntimeResource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract void |
disableInteractiveQuery()
Disable interactive query in integration runtime. |
| abstract void |
disableInteractiveQuery(Context context)
Disable interactive query in integration runtime. |
| abstract void |
enableInteractiveQuery()
Enable interactive query in integration runtime. |
| abstract void |
enableInteractiveQuery(Context context)
Enable interactive query in integration runtime. |
| abstract String |
etag()
Gets the etag property: Resource Etag. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Integration |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Integration |
properties()
Gets the properties property: Integration runtime properties. |
|
abstract
Integration |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Integration |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
Integration |
start()
Start integration runtime Start an integration runtime. |
|
abstract
Integration |
start(Context context)
Start integration runtime Start an integration runtime. |
| abstract void |
stop()
Stop integration runtime Stop an integration runtime. |
| abstract void |
stop(Context context)
Stop integration runtime Stop an integration runtime. |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Integration |
| abstract void |
upgrade()
Upgrade integration runtime Upgrade an integration runtime. |
| abstract Response<Void> |
upgradeWithResponse(Context context)
Upgrade integration runtime Upgrade an integration runtime. |
Method Details
disableInteractiveQuery
public abstract void disableInteractiveQuery()
Disable interactive query in integration runtime.
disableInteractiveQuery
public abstract void disableInteractiveQuery(Context context)
Disable interactive query in integration runtime.
Parameters:
enableInteractiveQuery
public abstract void enableInteractiveQuery()
Enable interactive query in integration runtime.
enableInteractiveQuery
public abstract void enableInteractiveQuery(Context context)
Enable interactive query in integration runtime.
Parameters:
etag
public abstract String etag()
Gets the etag property: Resource Etag.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract IntegrationRuntimeResourceInner innerModel()
Gets the inner com.azure.resourcemanager.synapse.fluent.models.IntegrationRuntimeResourceInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
properties
public abstract IntegrationRuntime properties()
Gets the properties property: Integration runtime properties.
Returns:
refresh
public abstract IntegrationRuntimeResource refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract IntegrationRuntimeResource refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
start
public abstract IntegrationRuntimeStatusResponse start()
Start integration runtime Start an integration runtime.
Returns:
start
public abstract IntegrationRuntimeStatusResponse start(Context context)
Start integration runtime Start an integration runtime.
Parameters:
Returns:
stop
public abstract void stop()
Stop integration runtime Stop an integration runtime.
stop
public abstract void stop(Context context)
Stop integration runtime Stop an integration runtime.
Parameters:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract IntegrationRuntimeResource.Update update()
Begins update for the IntegrationRuntimeResource resource.
Returns:
upgrade
public abstract void upgrade()
Upgrade integration runtime Upgrade an integration runtime.
upgradeWithResponse
public abstract Response<Void> upgradeWithResponse(Context context)
Upgrade integration runtime Upgrade an integration runtime.
Parameters:
Returns: