SessionProbe.Type 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.
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)