DataBoxEdgeNetworkAdapterStatus 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.
Value indicating whether this adapter is valid.
public readonly struct DataBoxEdgeNetworkAdapterStatus : IEquatable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeNetworkAdapterStatus>
type DataBoxEdgeNetworkAdapterStatus = struct
Public Structure DataBoxEdgeNetworkAdapterStatus
Implements IEquatable(Of DataBoxEdgeNetworkAdapterStatus)
- Inheritance
-
DataBoxEdgeNetworkAdapterStatus
- Implements
Constructors
DataBoxEdgeNetworkAdapterStatus(String) |
Initializes a new instance of DataBoxEdgeNetworkAdapterStatus. |
Properties
Active |
Active. |
Inactive |
Inactive. |
Methods
Equals(DataBoxEdgeNetworkAdapterStatus) |
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(DataBoxEdgeNetworkAdapterStatus, DataBoxEdgeNetworkAdapterStatus) |
Determines if two DataBoxEdgeNetworkAdapterStatus values are the same. |
Implicit(String to DataBoxEdgeNetworkAdapterStatus) |
Converts a string to a DataBoxEdgeNetworkAdapterStatus. |
Inequality(DataBoxEdgeNetworkAdapterStatus, DataBoxEdgeNetworkAdapterStatus) |
Determines if two DataBoxEdgeNetworkAdapterStatus values are not the same. |
Applies to
Azure SDK for .NET