你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
KeyVaultCertificateProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties of certificate imported from key vault.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.KeyVaultCertificatePropertiesTypeConverter))]
public class KeyVaultCertificateProperties : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IKeyVaultCertificateProperties, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.KeyVaultCertificatePropertiesTypeConverter))>]
type KeyVaultCertificateProperties = class
interface IKeyVaultCertificateProperties
interface IJsonSerializable
interface ICertificateProperties
interface IValidates
Public Class KeyVaultCertificateProperties
Implements IKeyVaultCertificateProperties, IValidates
- Inheritance
-
KeyVaultCertificateProperties
- Attributes
- Implements
Constructors
KeyVaultCertificateProperties() |
Creates an new KeyVaultCertificateProperties instance. |
Properties
ActivateDate |
The activate date of certificate. |
CertVersion |
The certificate version of key vault. |
DnsName |
The domain list of certificate. |
ExcludePrivateKey |
Optional. If set to true, it will not import private key from key vault. |
ExpirationDate |
The expiration date of certificate. |
IssuedDate |
The issue date of certificate. |
Issuer |
The issuer of certificate. |
KeyVaultCertName |
The certificate name of key vault. |
SubjectName |
The subject name of certificate. |
Thumbprint |
The thumbprint of certificate. |
Type |
The type of the certificate source. |
VaultUri |
The vault uri of user key vault. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of KeyVaultCertificateProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of KeyVaultCertificateProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IKeyVaultCertificateProperties. |
FromJsonString(String) |
Creates a new instance of KeyVaultCertificateProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of KeyVaultCertificateProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |