Udostępnij za pośrednictwem


ManagedCertificate Class

Definition

Managed Certificate used for https

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ManagedCertificateTypeConverter))]
public class ManagedCertificate : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IManagedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ManagedCertificateTypeConverter))>]
type ManagedCertificate = class
    interface IManagedCertificate
    interface IJsonSerializable
    interface ICertificate
    interface IValidates
Public Class ManagedCertificate
Implements IManagedCertificate, IValidates
Inheritance
ManagedCertificate
Attributes
Implements

Constructors

ManagedCertificate()

Creates an new ManagedCertificate 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 ManagedCertificate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedCertificate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IManagedCertificate.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedCertificate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to