Udostępnij przez


ManagedIntegrationRuntime type

Zarządzane środowisko Integration Runtime, w tym zarządzane elastyczne i zarządzane dedykowane środowiska Integration Runtime.

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