Class ManagedIntegrationRuntime
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.IntegrationRuntime
-
- com.azure.resourcemanager.datafactory.models.ManagedIntegrationRuntime
-
public final class ManagedIntegrationRuntime extends IntegrationRuntime
Managed integration runtime, including managed elastic and managed dedicated integration runtimes.
-
-
Constructor Summary
Constructors Constructor Description ManagedIntegrationRuntime()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegrationRuntimeComputeProperties
computeProperties()
Get the computeProperties property: The compute resource for managed integration runtime.IntegrationRuntimeCustomerVirtualNetwork
customerVirtualNetwork()
Get the customerVirtualNetwork property: The name of virtual network to which Azure-SSIS integration runtime will join.ManagedVirtualNetworkReference
managedVirtualNetwork()
Get the managedVirtualNetwork property: Managed Virtual Network reference.IntegrationRuntimeSsisProperties
ssisProperties()
Get the ssisProperties property: SSIS properties for managed integration runtime.IntegrationRuntimeState
state()
Get the state property: Integration runtime state, only valid for managed dedicated integration runtime.void
validate()
Validates the instance.ManagedIntegrationRuntime
withComputeProperties(IntegrationRuntimeComputeProperties computeProperties)
Set the computeProperties property: The compute resource for managed integration runtime.ManagedIntegrationRuntime
withCustomerVirtualNetwork(IntegrationRuntimeCustomerVirtualNetwork customerVirtualNetwork)
Set the customerVirtualNetwork property: The name of virtual network to which Azure-SSIS integration runtime will join.ManagedIntegrationRuntime
withDescription(String description)
Set the description property: Integration runtime description.ManagedIntegrationRuntime
withManagedVirtualNetwork(ManagedVirtualNetworkReference managedVirtualNetwork)
Set the managedVirtualNetwork property: Managed Virtual Network reference.ManagedIntegrationRuntime
withSsisProperties(IntegrationRuntimeSsisProperties ssisProperties)
Set the ssisProperties property: SSIS properties for managed integration runtime.-
Methods inherited from class com.azure.resourcemanager.datafactory.models.IntegrationRuntime
additionalProperties, description, withAdditionalProperties
-
-
-
-
Method Detail
-
state
public IntegrationRuntimeState state()
Get the state property: Integration runtime state, only valid for managed dedicated integration runtime.- Returns:
- the state value.
-
managedVirtualNetwork
public ManagedVirtualNetworkReference managedVirtualNetwork()
Get the managedVirtualNetwork property: Managed Virtual Network reference.- Returns:
- the managedVirtualNetwork value.
-
withManagedVirtualNetwork
public ManagedIntegrationRuntime withManagedVirtualNetwork(ManagedVirtualNetworkReference managedVirtualNetwork)
Set the managedVirtualNetwork property: Managed Virtual Network reference.- Parameters:
managedVirtualNetwork
- the managedVirtualNetwork value to set.- Returns:
- the ManagedIntegrationRuntime object itself.
-
withDescription
public ManagedIntegrationRuntime withDescription(String description)
Set the description property: Integration runtime description.- Overrides:
withDescription
in classIntegrationRuntime
- Parameters:
description
- the description value to set.- Returns:
- the IntegrationRuntime object itself.
-
computeProperties
public IntegrationRuntimeComputeProperties computeProperties()
Get the computeProperties property: The compute resource for managed integration runtime.- Returns:
- the computeProperties value.
-
withComputeProperties
public ManagedIntegrationRuntime withComputeProperties(IntegrationRuntimeComputeProperties computeProperties)
Set the computeProperties property: The compute resource for managed integration runtime.- Parameters:
computeProperties
- the computeProperties value to set.- Returns:
- the ManagedIntegrationRuntime object itself.
-
ssisProperties
public IntegrationRuntimeSsisProperties ssisProperties()
Get the ssisProperties property: SSIS properties for managed integration runtime.- Returns:
- the ssisProperties value.
-
withSsisProperties
public ManagedIntegrationRuntime withSsisProperties(IntegrationRuntimeSsisProperties ssisProperties)
Set the ssisProperties property: SSIS properties for managed integration runtime.- Parameters:
ssisProperties
- the ssisProperties value to set.- Returns:
- the ManagedIntegrationRuntime object itself.
-
customerVirtualNetwork
public IntegrationRuntimeCustomerVirtualNetwork customerVirtualNetwork()
Get the customerVirtualNetwork property: The name of virtual network to which Azure-SSIS integration runtime will join.- Returns:
- the customerVirtualNetwork value.
-
withCustomerVirtualNetwork
public ManagedIntegrationRuntime withCustomerVirtualNetwork(IntegrationRuntimeCustomerVirtualNetwork customerVirtualNetwork)
Set the customerVirtualNetwork property: The name of virtual network to which Azure-SSIS integration runtime will join.- Parameters:
customerVirtualNetwork
- the customerVirtualNetwork value to set.- Returns:
- the ManagedIntegrationRuntime object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classIntegrationRuntime
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-