ManagedIntegrationRuntime type
Runtime d’intégration managé, y compris les runtimes d’intégration managés élastiques et managés dédiés.
type ManagedIntegrationRuntime = IntegrationRuntime & {
computeProperties?: IntegrationRuntimeComputeProperties
id?: string
referenceName?: string
ssisProperties?: IntegrationRuntimeSsisProperties
state?: IntegrationRuntimeState
type: "Managed"
typeManagedVirtualNetworkType?: string
}