DscConfigurationListByAutomationAccountNextResponse type
Contém dados de resposta para a operação listByAutomationAccountNext.
type DscConfigurationListByAutomationAccountNextResponse =
DscConfigurationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DscConfigurationListResult
}
}