Freigeben über


CertificateUpdateResponse type

Enthält Antwortdaten für den Aktualisierungsvorgang.

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