Partilhar via


CertificateListResponse type

Contém dados de resposta para a operação de lista.

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