Share via


SessionAffinityEnabledState Struct

Definition

Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled'.

public readonly struct SessionAffinityEnabledState : IEquatable<Azure.ResourceManager.FrontDoor.Models.SessionAffinityEnabledState>
type SessionAffinityEnabledState = struct
Public Structure SessionAffinityEnabledState
Implements IEquatable(Of SessionAffinityEnabledState)
Inheritance
SessionAffinityEnabledState
Implements

Constructors

SessionAffinityEnabledState(String)

Initializes a new instance of SessionAffinityEnabledState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(SessionAffinityEnabledState)

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(SessionAffinityEnabledState, SessionAffinityEnabledState)

Determines if two SessionAffinityEnabledState values are the same.

Implicit(String to SessionAffinityEnabledState)

Converts a string to a SessionAffinityEnabledState.

Inequality(SessionAffinityEnabledState, SessionAffinityEnabledState)

Determines if two SessionAffinityEnabledState values are not the same.

Applies to