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.KeyVaultCertificatePropertiesTypeConverter))]
public class KeyVaultCertificateProperties : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IKeyVaultCertificateProperties, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.KeyVaultCertificatePropertiesTypeConverter))>]
type KeyVaultCertificateProperties = class
interface IKeyVaultCertificateProperties
interface IJsonSerializable
interface ICertificateProperties
interface IValidates
Public Class KeyVaultCertificateProperties
Implements IKeyVaultCertificateProperties, IValidates
- Inheritance
-
KeyVaultCertificateProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| KeyVaultCertificateProperties() |
Creates an new KeyVaultCertificateProperties instance. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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.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. |