Share via


AfdDomainHttpsParameters Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.AfdDomainHttpsParametersTypeConverter))]
public class AfdDomainHttpsParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IAfdDomainHttpsParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.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.

CipherSuiteSetType

cipher suite set type that will be used for Https

CustomizedCipherSuiteSet

Customized cipher suites object that will be used for Https when cipherSuiteSetType is Customized.

MinimumTlsVersion

TLS protocol version that will be used for Https when cipherSuiteSetType is Customized.

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.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