DscConfigurationListByAutomationAccountNextResponse type
Содержит данные ответа для операции listByAutomationAccountNext.
type DscConfigurationListByAutomationAccountNextResponse =
DscConfigurationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DscConfigurationListResult
}
}