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