Udostępnij przez


SessionPoolLifecycleType Struct

Definition

The lifecycle type of the session pool.

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

Constructors

Name Description
SessionPoolLifecycleType(String)

Initializes a new instance of SessionPoolLifecycleType.

Properties

Name Description
OnContainerExit

OnContainerExit.

Timed

Timed.

Methods

Name Description
Equals(SessionPoolLifecycleType)

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

Name Description
Equality(SessionPoolLifecycleType, SessionPoolLifecycleType)

Determines if two SessionPoolLifecycleType values are the same.

Implicit(String to SessionPoolLifecycleType)

Converts a String to a SessionPoolLifecycleType.

Inequality(SessionPoolLifecycleType, SessionPoolLifecycleType)

Determines if two SessionPoolLifecycleType values are not the same.

Applies to