SessionAffinityConfigV1 Class
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.
Represents the configuration for session affinity in a Kubernetes Service resource.
[YamlDotNet.Serialization.YamlSerializable]
public sealed class SessionAffinityConfigV1
[<YamlDotNet.Serialization.YamlSerializable>]
type SessionAffinityConfigV1 = class
Public NotInheritable Class SessionAffinityConfigV1
- Inheritance
-
SessionAffinityConfigV1
- Attributes
-
YamlDotNet.Serialization.YamlSerializableAttribute
Remarks
This class is used to define session affinity configurations for Kubernetes services, specifically to manage how traffic is directed to service endpoints based on session affinity settings.
Constructors
SessionAffinityConfigV1() |
Properties
ClientIp |
Gets or sets the client IP configuration used for session affinity. |