Managed Integration Runtime Response
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)
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
Integration runtime description.
Link copied to clipboard
Managed Virtual Network reference.
Link copied to clipboard
SSIS properties for managed integration runtime.