ManagedIntegrationRuntime type
Runtime di integrazione gestita, inclusi i runtime di integrazione dedicati gestiti e elastici gestiti.
type ManagedIntegrationRuntime = IntegrationRuntime & {
computeProperties?: IntegrationRuntimeComputeProperties
id?: string
referenceName?: string
ssisProperties?: IntegrationRuntimeSsisProperties
state?: IntegrationRuntimeState
type: "Managed"
typeManagedVirtualNetworkType?: string
}