次の方法で共有


ManagedIntegrationRuntime type

マネージド統合ランタイム (マネージド エラスティックおよびマネージド専用統合ランタイムを含む)。

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