ApplicationGatewayClientAuthVerificationMode 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.
Verify client Authentication mode.
public readonly struct ApplicationGatewayClientAuthVerificationMode : IEquatable<Azure.ResourceManager.Network.Models.ApplicationGatewayClientAuthVerificationMode>
type ApplicationGatewayClientAuthVerificationMode = struct
Public Structure ApplicationGatewayClientAuthVerificationMode
Implements IEquatable(Of ApplicationGatewayClientAuthVerificationMode)
- Inheritance
-
ApplicationGatewayClientAuthVerificationMode
- Implements
Constructors
| Name | Description |
|---|---|
| ApplicationGatewayClientAuthVerificationMode(String) |
Initializes a new instance of ApplicationGatewayClientAuthVerificationMode. |
Properties
| Name | Description |
|---|---|
| Passthrough |
Passthrough. |
| Strict |
Strict. |
Methods
| Name | Description |
|---|---|
| Equals(ApplicationGatewayClientAuthVerificationMode) |
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
| Name | Description |
|---|---|
| Equality(ApplicationGatewayClientAuthVerificationMode, ApplicationGatewayClientAuthVerificationMode) |
Determines if two ApplicationGatewayClientAuthVerificationMode values are the same. |
| Implicit(String to ApplicationGatewayClientAuthVerificationMode) |
Converts a String to a ApplicationGatewayClientAuthVerificationMode. |
| Inequality(ApplicationGatewayClientAuthVerificationMode, ApplicationGatewayClientAuthVerificationMode) |
Determines if two ApplicationGatewayClientAuthVerificationMode values are not the same. |