다음을 통해 공유


ManagedIntegrationRuntime type

관리되는 탄력적 및 관리되는 전용 통합 런타임을 포함한 관리되는 통합 런타임.

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