Udostępnij przez


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

Download.

Install

Install.

None

None.

Scan

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.

Inequality(DataBoxEdgeUpdateOperation, DataBoxEdgeUpdateOperation)

Determines if two DataBoxEdgeUpdateOperation values are not the same.

Applies to