DataBoxEdgeUpdateOperation Struct

Definition

The current update operation.

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

Constructors

Name Description
DataBoxEdgeUpdateOperation(String)

Initializes a new instance of DataBoxEdgeUpdateOperation.

Properties

Name Description
Download

Gets the Download.

Install

Gets the Install.

None

Gets the None.

Scan

Gets the Scan.

Methods

Name Description
Equals(DataBoxEdgeUpdateOperation)

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

Determines if two DataBoxEdgeUpdateOperation values are the same.

Implicit(String to DataBoxEdgeUpdateOperation)

Converts a string to a DataBoxEdgeUpdateOperation.

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

Determines if two DataBoxEdgeUpdateOperation values are not the same.

Applies to