CompleteMtlsPassthroughToOriginAdvancedSettings Class

Definition

Advanced settings for MtlsScenarioType enum value: CompleteMtlsPassthroughToOrigin.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.CompleteMtlsPassthroughToOriginAdvancedSettingsTypeConverter))]
public class CompleteMtlsPassthroughToOriginAdvancedSettings : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ICompleteMtlsPassthroughToOriginAdvancedSettings, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.CompleteMtlsPassthroughToOriginAdvancedSettingsTypeConverter))>]
type CompleteMtlsPassthroughToOriginAdvancedSettings = class
    interface ICompleteMtlsPassthroughToOriginAdvancedSettings
    interface IJsonSerializable
    interface IAfdDomainMtlsParameters
    interface IValidates
Public Class CompleteMtlsPassthroughToOriginAdvancedSettings
Implements ICompleteMtlsPassthroughToOriginAdvancedSettings, IValidates
Inheritance
CompleteMtlsPassthroughToOriginAdvancedSettings
Attributes
Implements

Constructors

Name Description
CompleteMtlsPassthroughToOriginAdvancedSettings()

Creates an new CompleteMtlsPassthroughToOriginAdvancedSettings instance.

Properties

Name Description
Scenario

Supported scenarios for establishing mTLS connection.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CompleteMtlsPassthroughToOriginAdvancedSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CompleteMtlsPassthroughToOriginAdvancedSettings.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CompleteMtlsPassthroughToOriginAdvancedSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to