ContainerAppProbeType 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 ContainerAppProbeType : IEquatable<Azure.ResourceManager.AppContainers.Models.ContainerAppProbeType>
type ContainerAppProbeType = struct
Public Structure ContainerAppProbeType
Implements IEquatable(Of ContainerAppProbeType)
- Inheritance
-
ContainerAppProbeType
- Implements
Constructors
ContainerAppProbeType(String) |
Initializes a new instance of ContainerAppProbeType. |
Properties
Liveness |
Liveness. |
Readiness |
Readiness. |
Startup |
Startup. |
Methods
Equals(ContainerAppProbeType) |
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(ContainerAppProbeType, ContainerAppProbeType) |
Determines if two ContainerAppProbeType values are the same. |
Implicit(String to ContainerAppProbeType) |
Converts a string to a ContainerAppProbeType. |
Inequality(ContainerAppProbeType, ContainerAppProbeType) |
Determines if two ContainerAppProbeType values are not the same. |
Applies to
Azure SDK for .NET