CdnManagedHttpsParameters Class

Definition

Defines the certificate source parameters using CDN managed certificate for enabling SSL.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.CdnManagedHttpsParametersTypeConverter))]
public class CdnManagedHttpsParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.ICdnManagedHttpsParameters, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.CdnManagedHttpsParametersTypeConverter))>]
type CdnManagedHttpsParameters = class
    interface ICdnManagedHttpsParameters
    interface IJsonSerializable
    interface ICustomDomainHttpsParameters
    interface IValidates
Public Class CdnManagedHttpsParameters
Implements ICdnManagedHttpsParameters, IValidates
Inheritance
CdnManagedHttpsParameters
Attributes
Implements

Constructors

CdnManagedHttpsParameters()

Creates an new CdnManagedHttpsParameters instance.

Properties

CertificateSource

Defines the source of the SSL certificate.

CertificateSourceParameterCertificateType

Type of certificate used

CertificateSourceParameterTypeName
MinimumTlsVersion

TLS protocol version that will be used for Https

ProtocolType

Defines the TLS extension protocol that is used for secure delivery.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CdnManagedHttpsParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CdnManagedHttpsParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.ICdnManagedHttpsParameters.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CdnManagedHttpsParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to