EdgeKubernetesState Struct

Definition

State of Kubernetes deployment.

public readonly struct EdgeKubernetesState : IEquatable<Azure.ResourceManager.DataBoxEdge.Models.EdgeKubernetesState>
type EdgeKubernetesState = struct
Public Structure EdgeKubernetesState
Implements IEquatable(Of EdgeKubernetesState)
Inheritance
EdgeKubernetesState
Implements

Constructors

EdgeKubernetesState(String)

Initializes a new instance of EdgeKubernetesState.

Properties

Created

Created.

Creating

Creating.

Deleting

Deleting.

Failed

Failed.

Invalid

Invalid.

Reconfiguring

Reconfiguring.

Updating

Updating.

Methods

Equals(EdgeKubernetesState)

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(EdgeKubernetesState, EdgeKubernetesState)

Determines if two EdgeKubernetesState values are the same.

Implicit(String to EdgeKubernetesState)

Converts a string to a EdgeKubernetesState.

Inequality(EdgeKubernetesState, EdgeKubernetesState)

Determines if two EdgeKubernetesState values are not the same.

Applies to