Class ManagedIntegrationRuntime
java.lang.Object
com.azure.resourcemanager.datafactory.models.IntegrationRuntime
com.azure.resourcemanager.datafactory.models.ManagedIntegrationRuntime
Managed integration runtime, including managed elastic and managed dedicated integration runtimes.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ManagedIntegrationRuntime class. -
Method Summary
Modifier and TypeMethodDescriptionGet the computeProperties property: The compute resource for managed integration runtime.Get the customerVirtualNetwork property: The name of virtual network to which Azure-SSIS integration runtime will join.Get the managedVirtualNetwork property: Managed Virtual Network reference.Get the ssisProperties property: SSIS properties for managed integration runtime.state()
Get the state property: Integration runtime state, only valid for managed dedicated integration runtime.void
validate()
Validates the instance.withComputeProperties
(IntegrationRuntimeComputeProperties computeProperties) Set the computeProperties property: The compute resource for managed integration runtime.withCustomerVirtualNetwork
(IntegrationRuntimeCustomerVirtualNetwork customerVirtualNetwork) Set the customerVirtualNetwork property: The name of virtual network to which Azure-SSIS integration runtime will join.withDescription
(String description) Set the description property: Integration runtime description.withManagedVirtualNetwork
(ManagedVirtualNetworkReference managedVirtualNetwork) Set the managedVirtualNetwork property: Managed Virtual Network reference.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
-
Constructor Details
-
ManagedIntegrationRuntime
public ManagedIntegrationRuntime()Creates an instance of ManagedIntegrationRuntime class.
-
-
Method Details
-
state
Get the state property: Integration runtime state, only valid for managed dedicated integration runtime.- Returns:
- the state value.
-
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
Set the description property: Integration runtime description.- Overrides:
withDescription
in classIntegrationRuntime
- Parameters:
description
- the description value to set.- Returns:
- the IntegrationRuntime object itself.
-
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
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
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.
-