CertificateCreateOrUpdateResponse type
Contains response data for the createOrUpdate operation.
type CertificateCreateOrUpdateResponse = Certificate & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: Certificate
}
}