DscNodeListByAutomationAccountNextResponse type
Obsahuje data odpovědi pro operaci listByAutomationAccountNext.
type DscNodeListByAutomationAccountNextResponse = DscNodeListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DscNodeListResult
}
}