ManagedIntegrationRuntimeResponse

data class ManagedIntegrationRuntimeResponse(val computeProperties: IntegrationRuntimeComputePropertiesResponse? = null, val customerVirtualNetwork: IntegrationRuntimeCustomerVirtualNetworkResponse? = null, val description: String? = null, val id: String? = null, val provisioningState: String, val referenceName: String? = null, val ssisProperties: IntegrationRuntimeSsisPropertiesResponse? = null, 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, id: String? = null, provisioningState: String, referenceName: String? = null, ssisProperties: IntegrationRuntimeSsisPropertiesResponse? = null, 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
val id: String? = null

The id of the managed virtual network.

Link copied to clipboard

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

Link copied to clipboard
val referenceName: String? = null

The reference name of the managed virtual network

Link copied to clipboard

SSIS properties for managed integration runtime.

Link copied to clipboard

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