你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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