Condividi tramite


CertificateListByAutomationAccountNextResponse type

Contiene i dati di risposta per l'operazione listByAutomationAccountNext.

type CertificateListByAutomationAccountNextResponse = CertificateListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CertificateListResult
  }
}