ManagedIntegrationRuntime type
Управляемая среда выполнения интеграции, включая управляемые эластичные и управляемые выделенные среды выполнения интеграции.
type ManagedIntegrationRuntime = IntegrationRuntime & {
computeProperties?: IntegrationRuntimeComputeProperties
id?: string
referenceName?: string
ssisProperties?: IntegrationRuntimeSsisProperties
state?: IntegrationRuntimeState
type: "Managed"
typeManagedVirtualNetworkType?: string
}