ProbeType Struct
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.
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
Azure SDK for .NET