Sdílet prostřednictvím


CertificateGetResponse type

Obsahuje data odpovědi pro operaci get.

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