ManagedCertificateParameters Class

Definition

Managed Certificate used for https

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.ManagedCertificateParametersTypeConverter))]
public class ManagedCertificateParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.IManagedCertificateParameters, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.ManagedCertificateParametersTypeConverter))>]
type ManagedCertificateParameters = class
    interface IManagedCertificateParameters
    interface IJsonSerializable
    interface ISecretParameters
    interface IValidates
Public Class ManagedCertificateParameters
Implements IManagedCertificateParameters, IValidates
Inheritance
ManagedCertificateParameters
Attributes
Implements

Constructors

ManagedCertificateParameters()

Creates an new ManagedCertificateParameters instance.

Properties

ExpirationDate

Certificate expiration date.

Subject

Subject name in the certificate.

Type

The type of the secret resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedCertificateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedCertificateParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.IManagedCertificateParameters.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedCertificateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to