ProbeType Struct

Definition

The type of probe.

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

Constructors

ProbeType(String)

Initializes a new instance of ProbeType.

Properties

Liveness

Liveness.

Readiness

Readiness.

Startup

Startup.

Methods

Equals(ProbeType)

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

Determines if two ProbeType values are the same.

Implicit(String to ProbeType)

Converts a string to a ProbeType.

Inequality(ProbeType, ProbeType)

Determines if two ProbeType values are not the same.

Applies to