Condividi tramite


DscNodeListByAutomationAccountResponse type

Contiene i dati di risposta per l'operazione listByAutomationAccount.

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