共用方式為


DscNodeConfigurationListByAutomationAccountResponse type

包含 listByAutomationAccount 作業的回應資料。

type DscNodeConfigurationListByAutomationAccountResponse =
  DscNodeConfigurationListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: DscNodeConfigurationListResult
    }
  }