Condividi tramite


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

Name Description
ProbeType(String)

Initializes a new instance of ProbeType.

Properties

Name Description
Liveness

Liveness.

Readiness

Readiness.

Startup

Startup.

Methods

Name Description
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

Name Description
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