DscNodeConfigurationListByAutomationAccountNextResponse type
Zawiera dane odpowiedzi dla operacji listByAutomationAccountNext.
type DscNodeConfigurationListByAutomationAccountNextResponse =
DscNodeConfigurationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DscNodeConfigurationListResult
}
}