ManagedIntegrationRuntime Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. IntegrationRuntime - com.
azure. analytics. synapse. artifacts. models. ManagedIntegrationRuntime
- com.
- com.
public class ManagedIntegrationRuntime
extends IntegrationRuntime
Managed integration runtime, including managed elastic and managed dedicated integration runtimes.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedIntegrationRuntime() |
Creates an instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
|
Integration |
getComputeProperties()
Get the compute |
|
Managed |
getManagedVirtualNetwork()
Get the managed |
|
Integration |
getSsisProperties()
Get the ssis |
|
Integration |
getState()
Get the state property: Integration runtime state, only valid for managed dedicated integration runtime. |
|
Integration |
getType()
Get the type property: Type of integration runtime. |
|
Managed |
setComputeProperties(IntegrationRuntimeComputeProperties computeProperties)
Set the compute |
|
Managed |
setDescription(String description)
Set the description property: Integration runtime description. |
|
Managed |
setManagedVirtualNetwork(ManagedVirtualNetworkReference managedVirtualNetwork)
Set the managed |
|
Managed |
setSsisProperties(IntegrationRuntimeSsisProperties ssisProperties)
Set the ssis |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from IntegrationRuntime
Methods inherited from java.lang.Object
Constructor Details
ManagedIntegrationRuntime
public ManagedIntegrationRuntime()
Creates an instance of ManagedIntegrationRuntime class.
Method Details
fromJson
public static ManagedIntegrationRuntime fromJson(JsonReader jsonReader)
Reads an instance of ManagedIntegrationRuntime from the JsonReader.
Parameters:
Returns:
Throws:
getComputeProperties
public IntegrationRuntimeComputeProperties getComputeProperties()
Get the computeProperties property: The compute resource for managed integration runtime.
Returns:
getManagedVirtualNetwork
public ManagedVirtualNetworkReference getManagedVirtualNetwork()
Get the managedVirtualNetwork property: Managed Virtual Network reference.
Returns:
getSsisProperties
public IntegrationRuntimeSsisProperties getSsisProperties()
Get the ssisProperties property: SSIS properties for managed integration runtime.
Returns:
getState
public IntegrationRuntimeState getState()
Get the state property: Integration runtime state, only valid for managed dedicated integration runtime.
Returns:
getType
public IntegrationRuntimeType getType()
Get the type property: Type of integration runtime.
Overrides:
ManagedIntegrationRuntime.getType()Returns:
setComputeProperties
public ManagedIntegrationRuntime setComputeProperties(IntegrationRuntimeComputeProperties computeProperties)
Set the computeProperties property: The compute resource for managed integration runtime.
Parameters:
Returns:
setDescription
public ManagedIntegrationRuntime setDescription(String description)
Set the description property: Integration runtime description.
Overrides:
ManagedIntegrationRuntime.setDescription(String description)Parameters:
setManagedVirtualNetwork
public ManagedIntegrationRuntime setManagedVirtualNetwork(ManagedVirtualNetworkReference managedVirtualNetwork)
Set the managedVirtualNetwork property: Managed Virtual Network reference.
Parameters:
Returns:
setSsisProperties
public ManagedIntegrationRuntime setSsisProperties(IntegrationRuntimeSsisProperties ssisProperties)
Set the ssisProperties property: SSIS properties for managed integration runtime.
Parameters:
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ManagedIntegrationRuntime.toJson(JsonWriter jsonWriter)Parameters:
Throws: