RenewCertificateOrderRequest Class

Definition

Class representing certificate renew request.

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

Constructors

RenewCertificateOrderRequest()

Initializes a new instance of the RenewCertificateOrderRequest class.

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

Initializes a new instance of the RenewCertificateOrderRequest class.

Properties

Csr

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

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