RenewCertificateOrderRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class representing certificate renew request.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RenewCertificateOrderRequestTypeConverter))]
public class RenewCertificateOrderRequest : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequest, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RenewCertificateOrderRequestTypeConverter))>]
type RenewCertificateOrderRequest = class
interface IRenewCertificateOrderRequest
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class RenewCertificateOrderRequest
Implements IRenewCertificateOrderRequest, IValidates
- Inheritance
-
RenewCertificateOrderRequest
- Attributes
- Implements
Constructors
RenewCertificateOrderRequest() |
Creates an new RenewCertificateOrderRequest instance. |
Properties
Csr |
Csr to be used for re-key operation. |
Id |
Resource Id. |
IsPrivateKeyExternal |
Should we change the ASC type (from managed private key to external private key and vice versa). |
KeySize |
Certificate Key Size. |
Kind |
Kind of resource. |
Name |
Resource Name. |
Type |
Resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RenewCertificateOrderRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RenewCertificateOrderRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRenewCertificateOrderRequest. |
FromJsonString(String) |
Creates a new instance of RenewCertificateOrderRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RenewCertificateOrderRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |