Bagikan melalui


CertificateListByAutomationAccountResponse type

Berisi data respons untuk operasi listByAutomationAccount.

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