RenewCertificateInputProperties Class

Definition

Renew Certificate input properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.RenewCertificateInputPropertiesTypeConverter))]
public class RenewCertificateInputProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IRenewCertificateInputProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.RenewCertificateInputPropertiesTypeConverter))>]
type RenewCertificateInputProperties = class
    interface IRenewCertificateInputProperties
    interface IJsonSerializable
Public Class RenewCertificateInputProperties
Implements IRenewCertificateInputProperties
Inheritance
RenewCertificateInputProperties
Attributes
Implements

Constructors

Name Description
RenewCertificateInputProperties()

Creates an new RenewCertificateInputProperties instance.

Properties

Name Description
RenewCertificateType

Renew certificate type.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RenewCertificateInputProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RenewCertificateInputProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IRenewCertificateInputProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RenewCertificateInputProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to