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

IKeyVaultCertificateProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.KeyVaultCertificatePropertiesTypeConverter))]
public interface IKeyVaultCertificateProperties : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ICertificateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.KeyVaultCertificatePropertiesTypeConverter))>]
type IKeyVaultCertificateProperties = interface
    interface IJsonSerializable
    interface ICertificateProperties
Public Interface IKeyVaultCertificateProperties
Implements ICertificateProperties
Derived
Attributes
Implements

Properties

ActivateDate

The activate date of certificate.

(Inherited from ICertificateProperties)
CertVersion

The certificate version of key vault.

DnsName

The domain list of certificate.

(Inherited from ICertificateProperties)
ExcludePrivateKey

Optional. If set to true, it will not import private key from key vault.

ExpirationDate

The expiration date of certificate.

(Inherited from ICertificateProperties)
IssuedDate

The issue date of certificate.

(Inherited from ICertificateProperties)
Issuer

The issuer of certificate.

(Inherited from ICertificateProperties)
KeyVaultCertName

The certificate name of key vault.

SubjectName

The subject name of certificate.

(Inherited from ICertificateProperties)
Thumbprint

The thumbprint of certificate.

(Inherited from ICertificateProperties)
Type

The type of the certificate source.

(Inherited from ICertificateProperties)
VaultUri

The vault uri of user key vault.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to