PodStatus 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 status of a Pod.
public readonly struct PodStatus : IEquatable<Azure.ResourceManager.HybridNetwork.Models.PodStatus>
type PodStatus = struct
Public Structure PodStatus
Implements IEquatable(Of PodStatus)
- Inheritance
-
PodStatus
- Implements
Constructors
PodStatus(String) |
Initializes a new instance of PodStatus. |
Properties
Failed |
Failed. |
NotReady |
NotReady. |
Pending |
Pending. |
Running |
Running. |
Succeeded |
Succeeded. |
Terminating |
Terminating. |
Unknown |
Unknown. |
Methods
Equals(PodStatus) |
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(PodStatus, PodStatus) |
Determines if two PodStatus values are the same. |
Implicit(String to PodStatus) |
Converts a string to a PodStatus. |
Inequality(PodStatus, PodStatus) |
Determines if two PodStatus values are not the same. |
Applies to
Azure SDK for .NET