Bagikan melalui


ManagedIntegrationRuntime type

Runtime integrasi terkelola, termasuk runtime integrasi khusus elastis terkelola dan terkelola.

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