مشاركة عبر


ManagedIntegrationRuntime type

وقت تشغيل التكامل المدار، بما في ذلك أوقات تشغيل التكامل المرن المدارة والمخصصة المدارة.

type ManagedIntegrationRuntime = IntegrationRuntime & {
  computeProperties?: IntegrationRuntimeComputeProperties
  id?: string
  referenceName?: string
  ssisProperties?: IntegrationRuntimeSsisProperties
  state?: IntegrationRuntimeState
  type: "Managed"
  typeManagedVirtualNetworkType?: string
}