ApplicationGatewayCookieBasedAffinity 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.
Cookie based affinity.
public readonly struct ApplicationGatewayCookieBasedAffinity : IEquatable<Azure.ResourceManager.Network.Models.ApplicationGatewayCookieBasedAffinity>
type ApplicationGatewayCookieBasedAffinity = struct
Public Structure ApplicationGatewayCookieBasedAffinity
Implements IEquatable(Of ApplicationGatewayCookieBasedAffinity)
- Inheritance
-
ApplicationGatewayCookieBasedAffinity
- Implements
Constructors
ApplicationGatewayCookieBasedAffinity(String) |
Initializes a new instance of ApplicationGatewayCookieBasedAffinity. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(ApplicationGatewayCookieBasedAffinity) |
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(ApplicationGatewayCookieBasedAffinity, ApplicationGatewayCookieBasedAffinity) |
Determines if two ApplicationGatewayCookieBasedAffinity values are the same. |
Implicit(String to ApplicationGatewayCookieBasedAffinity) |
Converts a string to a ApplicationGatewayCookieBasedAffinity. |
Inequality(ApplicationGatewayCookieBasedAffinity, ApplicationGatewayCookieBasedAffinity) |
Determines if two ApplicationGatewayCookieBasedAffinity values are not the same. |
Applies to
Azure SDK for .NET