Udostępnij za pośrednictwem


CustomerCertificate Class

Definition

Customer Certificate used for https

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

Constructors

CustomerCertificate()

Creates an new CustomerCertificate instance.

Properties

CertificateAuthority

Certificate issuing authority.

ExpirationDate

Certificate expiration date.

SecretSourceId

Resource ID.

SecretVersion

Certificate version.

Subject

Subject name in the certificate.

SubjectAlternativeName

The list of SANs.

Thumbprint

Certificate thumbprint.

Type

The type of the secret resource.

UseLatestVersion

Whether to use the latest version for the certificate

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CustomerCertificate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CustomerCertificate.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CustomerCertificate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to