CustomDomainHttpsParameters Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.CustomDomainHttpsParametersTypeConverter))]
public class CustomDomainHttpsParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ICustomDomainHttpsParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.CustomDomainHttpsParametersTypeConverter))>]
type CustomDomainHttpsParameters = class
    interface ICustomDomainHttpsParameters
    interface IJsonSerializable
Public Class CustomDomainHttpsParameters
Implements ICustomDomainHttpsParameters
Inheritance
CustomDomainHttpsParameters
Attributes
Implements

Constructors

CustomDomainHttpsParameters()

Creates an new CustomDomainHttpsParameters instance.

Properties

CertificateSource

Defines the source of the SSL certificate.

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CustomDomainHttpsParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ICustomDomainHttpsParameters. Note: the Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ICustomDomainHttpsParameters interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CustomDomainHttpsParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to