Share via


RenewCertificateOrderRequestProperties Class

Definition

RenewCertificateOrderRequest resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RenewCertificateOrderRequestPropertiesTypeConverter))]
public class RenewCertificateOrderRequestProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RenewCertificateOrderRequestPropertiesTypeConverter))>]
type RenewCertificateOrderRequestProperties = class
    interface IRenewCertificateOrderRequestProperties
    interface IJsonSerializable
Public Class RenewCertificateOrderRequestProperties
Implements IRenewCertificateOrderRequestProperties
Inheritance
RenewCertificateOrderRequestProperties
Attributes
Implements

Constructors

RenewCertificateOrderRequestProperties()

Creates an new RenewCertificateOrderRequestProperties instance.

Properties

Csr

Csr to be used for re-key operation.

IsPrivateKeyExternal

Should we change the ASC type (from managed private key to external private key and vice versa).

KeySize

Certificate Key Size.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RenewCertificateOrderRequestProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RenewCertificateOrderRequestProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequestProperties.

FromJsonString(String)

Creates a new instance of RenewCertificateOrderRequestProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RenewCertificateOrderRequestProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to