IManagedCertificateProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ManagedCertificatePropertiesTypeConverter))]
public interface IManagedCertificateProperties : Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ManagedCertificatePropertiesTypeConverter))>]
type IManagedCertificateProperties = interface
interface IJsonSerializable
Public Interface IManagedCertificateProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
DomainControlValidation |
Selected type of domain control validation for managed certificates. |
Error |
Any error occurred during the certificate provision. |
ProvisioningState |
Provisioning state of the certificate. |
SubjectName |
Subject name of the certificate. |
ValidationToken |
A TXT token used for DNS TXT domain control validation when issuing this type of managed certificates. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |