Sdílet prostřednictvím


DscConfigurationListByAutomationAccountNextResponse type

Obsahuje data odpovědi pro operaci listByAutomationAccountNext.

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