SessionProbeType Struct

Definition

Denotes the type of probe. Can be Liveness or Startup, Readiness probe is not supported in sessions. Type must be unique for each probe within the context of a list of probes (SessionProbes).

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

Constructors

Name Description
SessionProbeType(String)

Initializes a new instance of SessionProbeType.

Properties

Name Description
Liveness

Liveness.

Startup

Startup.

Methods

Name Description
Equals(SessionProbeType)

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

Determines if two SessionProbeType values are the same.

Implicit(String to Nullable<SessionProbeType>)
Implicit(String to SessionProbeType)

Converts a string to a SessionProbeType.

Inequality(SessionProbeType, SessionProbeType)

Determines if two SessionProbeType values are not the same.

Applies to