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

ManagedCertificateParameters Class

Definition

Managed Certificate used for https

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ManagedCertificateParametersTypeConverter))]
public class ManagedCertificateParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IManagedCertificateParameters, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ManagedCertificateParametersTypeConverter))>]
type ManagedCertificateParameters = class
    interface IManagedCertificateParameters
    interface IJsonSerializable
    interface ISecretParameters
    interface IValidates
Public Class ManagedCertificateParameters
Implements IManagedCertificateParameters, IValidates
Inheritance
ManagedCertificateParameters
Attributes
Implements

Constructors

ManagedCertificateParameters()

Creates an new ManagedCertificateParameters instance.

Properties

ExpirationDate

Certificate expiration date.

Subject

Subject name in the certificate.

Type

The type of the secret resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedCertificateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedCertificateParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IManagedCertificateParameters.

FromJsonString(String)

Creates a new instance of ManagedCertificateParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedCertificateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to