DecryptionRuleType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET