DataBoxEdgeUpdateType Struct

Definition

Type of the Update.

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

Constructors

Name Description
DataBoxEdgeUpdateType(String)

Initializes a new instance of DataBoxEdgeUpdateType.

Properties

Name Description
Firmware

Gets the Firmware.

Kubernetes

Gets the Kubernetes.

Software

Gets the Software.

Methods

Name Description
Equals(DataBoxEdgeUpdateType)

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

Determines if two DataBoxEdgeUpdateType values are the same.

Implicit(String to DataBoxEdgeUpdateType)

Converts a string to a DataBoxEdgeUpdateType.

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

Determines if two DataBoxEdgeUpdateType values are not the same.

Applies to