CertificateListResponse type
Contiene i dati di risposta per l'operazione di elenco.
type CertificateListResponse = CertificateListResult &
CertificateListHeaders & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CertificateListResult
parsedHeaders: CertificateListHeaders
}
}