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

DataBoxEdgeUpdateOperation(String)

Initializes a new instance of DataBoxEdgeUpdateOperation.

Properties

Download

Download.

Install

Install.

None

None.

Scan

Scan.

Methods

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

Equality(DataBoxEdgeUpdateOperation, DataBoxEdgeUpdateOperation)

Determines if two DataBoxEdgeUpdateOperation values are the same.

Implicit(String to DataBoxEdgeUpdateOperation)

Converts a string to a DataBoxEdgeUpdateOperation.

Inequality(DataBoxEdgeUpdateOperation, DataBoxEdgeUpdateOperation)

Determines if two DataBoxEdgeUpdateOperation values are not the same.

Applies to