Udostępnij za pośrednictwem


CertificateListByAutomationAccountResponse type

Zawiera dane odpowiedzi dla operacji listByAutomationAccount.

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