Share via


RenewCertificateInput Class

Definition

Certificate renewal input.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.RenewCertificateInputTypeConverter))]
public class RenewCertificateInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IRenewCertificateInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.RenewCertificateInputTypeConverter))>]
type RenewCertificateInput = class
    interface IRenewCertificateInput
    interface IJsonSerializable
Public Class RenewCertificateInput
Implements IRenewCertificateInput
Inheritance
RenewCertificateInput
Attributes
Implements

Constructors

RenewCertificateInput()

Creates an new RenewCertificateInput instance.

Properties

RenewCertificateType

Renew certificate type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RenewCertificateInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RenewCertificateInput.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IRenewCertificateInput.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RenewCertificateInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to