CertificateUpdateResponse type
Güncelleştirme işlemi için yanıt verilerini içerir.
type CertificateUpdateResponse = Certificate & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: Certificate
}
}