你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContentCertificateProperties Class

Definition

Properties of certificate imported from key vault.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ContentCertificatePropertiesTypeConverter))]
public class ContentCertificateProperties : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IContentCertificateProperties, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ContentCertificatePropertiesTypeConverter))>]
type ContentCertificateProperties = class
    interface IContentCertificateProperties
    interface IJsonSerializable
    interface ICertificateProperties
    interface IValidates
Public Class ContentCertificateProperties
Implements IContentCertificateProperties, IValidates
Inheritance
ContentCertificateProperties
Attributes
Implements

Constructors

ContentCertificateProperties()

Creates an new ContentCertificateProperties instance.

Properties

ActivateDate

The activate date of certificate.

Content

The content of uploaded certificate.

DnsName

The domain list of certificate.

ExpirationDate

The expiration date of certificate.

IssuedDate

The issue date of certificate.

Issuer

The issuer of certificate.

SubjectName

The subject name of certificate.

Thumbprint

The thumbprint of certificate.

Type

The type of the certificate source.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ContentCertificateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContentCertificateProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IContentCertificateProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContentCertificateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to