SessionAffinityConfigV1.ClientIp Property
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.
Gets or sets the client IP configuration used for session affinity.
[YamlDotNet.Serialization.YamlMember(Alias="clientIP")]
public Aspire.Hosting.Kubernetes.Resources.ClientIPConfigV1 ClientIp { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="clientIP")>]
member this.ClientIp : Aspire.Hosting.Kubernetes.Resources.ClientIPConfigV1 with get, set
Public Property ClientIp As ClientIPConfigV1
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
This property specifies the configuration settings related to session affinity that are based on the client's IP address. It encapsulates parameters such as the timeout duration for session stickiness.