Share via


CdnManagedHttpsParameters Class

Definition

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

[Newtonsoft.Json.JsonObject("Cdn")]
public class CdnManagedHttpsParameters : Microsoft.Azure.Management.Cdn.Models.CustomDomainHttpsParameters
[<Newtonsoft.Json.JsonObject("Cdn")>]
type CdnManagedHttpsParameters = class
    inherit CustomDomainHttpsParameters
Public Class CdnManagedHttpsParameters
Inherits CustomDomainHttpsParameters
Inheritance
CdnManagedHttpsParameters
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

CdnManagedHttpsParameters()

Initializes a new instance of the CdnManagedHttpsParameters class.

CdnManagedHttpsParameters(String, CdnCertificateSourceParameters, Nullable<MinimumTlsVersion>)

Initializes a new instance of the CdnManagedHttpsParameters class.

Properties

CertificateSourceParameters

Gets or sets defines the certificate source parameters using CDN managed certificate for enabling SSL.

MinimumTlsVersion

Gets or sets TLS protocol version that will be used for Https. Possible values include: 'None', 'TLS10', 'TLS12'

(Inherited from CustomDomainHttpsParameters)
ProtocolType

Gets or sets defines the TLS extension protocol that is used for secure delivery. Possible values include: 'ServerNameIndication', 'IPBased'

(Inherited from CustomDomainHttpsParameters)

Methods

Validate()

Validate the object.

Applies to