ApplicationGatewayFirewallUserSessionVariable 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.
User Session clause variable.
public readonly struct ApplicationGatewayFirewallUserSessionVariable : IEquatable<Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallUserSessionVariable>
type ApplicationGatewayFirewallUserSessionVariable = struct
Public Structure ApplicationGatewayFirewallUserSessionVariable
Implements IEquatable(Of ApplicationGatewayFirewallUserSessionVariable)
- Inheritance
-
ApplicationGatewayFirewallUserSessionVariable
- Implements
Constructors
ApplicationGatewayFirewallUserSessionVariable(String) |
Initializes a new instance of ApplicationGatewayFirewallUserSessionVariable. |
Properties
ClientAddr |
ClientAddr. |
GeoLocation |
GeoLocation. |
None |
None. |
Methods
Equals(ApplicationGatewayFirewallUserSessionVariable) |
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(ApplicationGatewayFirewallUserSessionVariable, ApplicationGatewayFirewallUserSessionVariable) |
Determines if two ApplicationGatewayFirewallUserSessionVariable values are the same. |
Implicit(String to ApplicationGatewayFirewallUserSessionVariable) |
Converts a string to a ApplicationGatewayFirewallUserSessionVariable. |
Inequality(ApplicationGatewayFirewallUserSessionVariable, ApplicationGatewayFirewallUserSessionVariable) |
Determines if two ApplicationGatewayFirewallUserSessionVariable values are not the same. |
Applies to
Azure SDK for .NET