CertificateListByAutomationAccountResponse type
Содержит данные ответа для операции listByAutomationAccount.
type CertificateListByAutomationAccountResponse = CertificateListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CertificateListResult
}
}