CertificateListByAutomationAccountResponse type
Obsahuje data odpovědi pro operaci listByAutomationAccount.
type CertificateListByAutomationAccountResponse = CertificateListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CertificateListResult
}
}