Aracılığıyla paylaş


CertificateListByAutomationAccountResponse type

listByAutomationAccount işlemi için yanıt verilerini içerir.

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