Share via


DecryptionRuleType Struct

Definition

The DecryptionRuleType.

public readonly struct DecryptionRuleType : IEquatable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.DecryptionRuleType>
type DecryptionRuleType = struct
Public Structure DecryptionRuleType
Implements IEquatable(Of DecryptionRuleType)
Inheritance
DecryptionRuleType
Implements

Constructors

DecryptionRuleType(String)

Initializes a new instance of DecryptionRuleType.

Properties

None

None.

SslInboundInspection

SSLInboundInspection.

SslOutboundInspection

SSLOutboundInspection.

Methods

Equals(DecryptionRuleType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(DecryptionRuleType, DecryptionRuleType)

Determines if two DecryptionRuleType values are the same.

Implicit(String to DecryptionRuleType)

Converts a string to a DecryptionRuleType.

Inequality(DecryptionRuleType, DecryptionRuleType)

Determines if two DecryptionRuleType values are not the same.

Applies to