共用方式為


ManagedIntegrationRuntime type

受控整合運行時間,包括受控彈性和受控專用整合運行時間。

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