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