ContentCertificateProperties 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.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
| Name | Description |
|---|---|
| ContentCertificateProperties() |
Creates an new ContentCertificateProperties instance. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |