AFDDomainHttpsParameters Class

Definition

The JSON object that contains the properties to secure a domain.

public class AFDDomainHttpsParameters
type AFDDomainHttpsParameters = class
Public Class AFDDomainHttpsParameters
Inheritance
AFDDomainHttpsParameters

Constructors

AFDDomainHttpsParameters()

Initializes a new instance of the AFDDomainHttpsParameters class.

AFDDomainHttpsParameters(String, Nullable<AfdMinimumTlsVersion>, ResourceReference)

Initializes a new instance of the AFDDomainHttpsParameters class.

Properties

CertificateType

Gets or sets defines the source of the SSL certificate. Possible values include: 'CustomerCertificate', 'ManagedCertificate'

MinimumTlsVersion

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

Secret

Gets or sets resource reference to the secret. ie. subs/rg/profile/secret

Methods

Validate()

Validate the object.

Applies to