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