RenewCertificateInputProperties 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.
Renew Certificate input properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.RenewCertificateInputPropertiesTypeConverter))]
public class RenewCertificateInputProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IRenewCertificateInputProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.RenewCertificateInputPropertiesTypeConverter))>]
type RenewCertificateInputProperties = class
interface IRenewCertificateInputProperties
interface IJsonSerializable
Public Class RenewCertificateInputProperties
Implements IRenewCertificateInputProperties
- Inheritance
-
RenewCertificateInputProperties
- Attributes
- Implements
Constructors
RenewCertificateInputProperties() |
Creates an new RenewCertificateInputProperties instance. |
Properties
RenewCertificateType |
Renew certificate type. |
Methods
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.Api202301.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. |