Condividi tramite


CertificateListByAutomationAccountResponse type

Contiene i dati di risposta per l'operazione listByAutomationAccount.

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