CertificateUpdateResponse type

Contains response data for the update operation.

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