DataBoxEdgeRoleStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET