ManagedIntegrationRuntime type
Hanterad integrationskörning, inklusive hanterade elastiska och hanterade dedikerade integreringskörningar.
type ManagedIntegrationRuntime = IntegrationRuntime & {
computeProperties?: IntegrationRuntimeComputeProperties
id?: string
referenceName?: string
ssisProperties?: IntegrationRuntimeSsisProperties
state?: IntegrationRuntimeState
type: "Managed"
typeManagedVirtualNetworkType?: string
}