ReissueCertificateOrderRequest Class

Definition

Class representing certificate reissue request.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ReissueCertificateOrderRequest : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ReissueCertificateOrderRequest = class
    inherit ProxyOnlyResource
Public Class ReissueCertificateOrderRequest
Inherits ProxyOnlyResource
Inheritance
ReissueCertificateOrderRequest
Attributes

Constructors

ReissueCertificateOrderRequest()

Initializes a new instance of the ReissueCertificateOrderRequest class.

ReissueCertificateOrderRequest(String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>)

Initializes a new instance of the ReissueCertificateOrderRequest class.

Properties

Csr

Gets or sets csr to be used for re-key operation.

DelayExistingRevokeInHours

Gets or sets delay in hours to revoke existing certificate after the new certificate is issued.

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
IsPrivateKeyExternal

Gets or sets should we change the ASC type (from managed private key to external private key and vice versa).

KeySize

Gets or sets certificate Key Size.

Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
Type

Gets resource type.

(Inherited from ProxyOnlyResource)

Applies to