SessionProbe.Type Property

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 Azure.ResourceManager.AppContainers.Models.SessionProbeType? Type { get; set; }
member this.Type : Nullable<Azure.ResourceManager.AppContainers.Models.SessionProbeType> with get, set
Public Property Type As Nullable(Of SessionProbeType)

Property Value

Applies to