Language

AfdDomainMtlsParameters Class

Definition

Contains the properties to configure mutual TLS for a custom domain with FQDN. Mutual TLS cannot be configured for custom domains with wildcard host names.

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

Constructors

Name Description
AfdDomainMtlsParameters()

Creates an new AfdDomainMtlsParameters instance.

Properties

Name Description
Scenario

Supported scenarios for establishing mTLS connection.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AfdDomainMtlsParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AfdDomainMtlsParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IAfdDomainMtlsParameters. Note: the Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IAfdDomainMtlsParameters 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 AfdDomainMtlsParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AfdDomainMtlsParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to