Managed Integration Runtime Response
data class ManagedIntegrationRuntimeResponse(val computeProperties: IntegrationRuntimeComputePropertiesResponse? = null, val description: String? = 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, description: String? = null, ssisProperties: IntegrationRuntimeSsisPropertiesResponse? = null, state: String, type: String)