ManagedIntegrationRuntimeResponse

data class ManagedIntegrationRuntimeResponse(val computeProperties: IntegrationRuntimeComputePropertiesResponse? = null, val customerVirtualNetwork: IntegrationRuntimeCustomerVirtualNetworkResponse? = null, val description: String? = null, val managedVirtualNetwork: ManagedVirtualNetworkReferenceResponse? = null, val ssisProperties: IntegrationRuntimeSsisPropertiesResponse? = null, val state: String, val type: String)

Managed integration runtime, including managed elastic and managed dedicated integration runtimes.

Constructors

Link copied to clipboard
constructor(computeProperties: IntegrationRuntimeComputePropertiesResponse? = null, customerVirtualNetwork: IntegrationRuntimeCustomerVirtualNetworkResponse? = null, description: String? = null, managedVirtualNetwork: ManagedVirtualNetworkReferenceResponse? = null, ssisProperties: IntegrationRuntimeSsisPropertiesResponse? = null, state: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The compute resource for managed integration runtime.

Link copied to clipboard

The name of virtual network to which Azure-SSIS integration runtime will join

Link copied to clipboard
val description: String? = null

Integration runtime description.

Link copied to clipboard

Managed Virtual Network reference.

Link copied to clipboard

SSIS properties for managed integration runtime.

Link copied to clipboard

Integration runtime state, only valid for managed dedicated integration runtime.

Link copied to clipboard

The type of integration runtime. Expected value is 'Managed'.