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

Name Description
EdgeKubernetesState(String)

Initializes a new instance of EdgeKubernetesState.

Properties

Name Description
Created

Gets the Created.

Creating

Gets the Creating.

Deleting

Gets the Deleting.

Failed

Gets the Failed.

Invalid

Gets the Invalid.

Reconfiguring

Gets the Reconfiguring.

Updating

Gets the Updating.

Methods

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

Name Description
Equality(EdgeKubernetesState, EdgeKubernetesState)

Determines if two EdgeKubernetesState values are the same.

Implicit(String to EdgeKubernetesState)

Converts a string to a EdgeKubernetesState.

Implicit(String to Nullable<EdgeKubernetesState>)
Inequality(EdgeKubernetesState, EdgeKubernetesState)

Determines if two EdgeKubernetesState values are not the same.

Applies to