DscNodeListByAutomationAccountResponse type
Zawiera dane odpowiedzi dla operacji listByAutomationAccount.
type DscNodeListByAutomationAccountResponse = DscNodeListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DscNodeListResult
}
}