DataBoxEdgeRoleStatus Struct

Definition

Local Edge Management Status.

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

Constructors

DataBoxEdgeRoleStatus(String)

Initializes a new instance of DataBoxEdgeRoleStatus.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(DataBoxEdgeRoleStatus)

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

Determines if two DataBoxEdgeRoleStatus values are the same.

Implicit(String to DataBoxEdgeRoleStatus)

Converts a string to a DataBoxEdgeRoleStatus.

Inequality(DataBoxEdgeRoleStatus, DataBoxEdgeRoleStatus)

Determines if two DataBoxEdgeRoleStatus values are not the same.

Applies to