Compartilhar via


IManagedCertificateProperties Interface

Definition

[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)

Applies to