Managed Integration Runtime Response
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
fun ManagedIntegrationRuntimeResponse(computeProperties: IntegrationRuntimeComputePropertiesResponse? = null, customerVirtualNetwork: IntegrationRuntimeCustomerVirtualNetworkResponse? = null, description: String? = null, id: String? = null, provisioningState: String, referenceName: String? = null, ssisProperties: IntegrationRuntimeSsisPropertiesResponse? = null, type: String)