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
fun ManagedIntegrationRuntimeResponse(computeProperties: IntegrationRuntimeComputePropertiesResponse? = null, customerVirtualNetwork: IntegrationRuntimeCustomerVirtualNetworkResponse? = null, description: String? = null, managedVirtualNetwork: ManagedVirtualNetworkReferenceResponse? = null, ssisProperties: IntegrationRuntimeSsisPropertiesResponse? = null, state: String, type: String)