Dela via


CertificateUpdateResponse type

Innehåller svarsdata för uppdateringsåtgärden.

type CertificateUpdateResponse = Certificate & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: Certificate
  }
}