PodStatus Struct

Definition

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

Name Description
PodStatus(String)

Initializes a new instance of PodStatus.

Properties

Name Description
Failed

Failed.

NotReady

NotReady.

Pending

Pending.

Running

Running.

Succeeded

Succeeded.

Terminating

Terminating.

Unknown

Unknown.

Methods

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

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