AfdDomainHttpsParameters Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.AfdDomainHttpsParametersTypeConverter))]
public class AfdDomainHttpsParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.IAfdDomainHttpsParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.AfdDomainHttpsParametersTypeConverter))>]
type AfdDomainHttpsParameters = class
    interface IAfdDomainHttpsParameters
    interface IJsonSerializable
Public Class AfdDomainHttpsParameters
Implements IAfdDomainHttpsParameters
Inheritance
AfdDomainHttpsParameters
Attributes
Implements

Constructors

AfdDomainHttpsParameters()

Creates an new AfdDomainHttpsParameters instance.

Properties

CertificateType

Defines the source of the SSL certificate.

MinimumTlsVersion

TLS protocol version that will be used for Https

Secret

Resource reference to the secret. ie. subs/rg/profile/secret

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AfdDomainHttpsParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AfdDomainHttpsParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AfdDomainHttpsParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to