CertificateListResponse type

Contains response data for the list operation.

type CertificateListResponse = CertificateListResult &
  CertificateListHeaders & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: CertificateListResult
      parsedHeaders: CertificateListHeaders
    }
  }