共用方式為


DscConfigurationListByAutomationAccountNextResponse type

包含 listByAutomationAccountNext 作業的回應資料。

type DscConfigurationListByAutomationAccountNextResponse =
  DscConfigurationListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: DscConfigurationListResult
    }
  }