ManagedIntegrationRuntime type
Yönetilen elastik ve yönetilen ayrılmış tümleştirme çalışma zamanları dahil olmak üzere yönetilen tümleştirme çalışma zamanı.
type ManagedIntegrationRuntime = IntegrationRuntime & {
computeProperties?: IntegrationRuntimeComputeProperties
id?: string
referenceName?: string
ssisProperties?: IntegrationRuntimeSsisProperties
state?: IntegrationRuntimeState
type: "Managed"
typeManagedVirtualNetworkType?: string
}