Compartilhar via


DscNodeListByAutomationAccountResponse type

Contém dados de resposta para a operação listByAutomationAccount.

type DscNodeListByAutomationAccountResponse = DscNodeListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DscNodeListResult
  }
}