ManagedIntegrationRuntime type
Managed Integration Runtime, včetně spravovaných elastických a spravovaných vyhrazených prostředí Integration Runtime.
type ManagedIntegrationRuntime = IntegrationRuntime & {
computeProperties?: IntegrationRuntimeComputeProperties
id?: string
referenceName?: string
ssisProperties?: IntegrationRuntimeSsisProperties
state?: IntegrationRuntimeState
type: "Managed"
typeManagedVirtualNetworkType?: string
}