DataBoxEdgeUserType 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.
Type of the user.
public readonly struct DataBoxEdgeUserType : IEquatable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeUserType>
type DataBoxEdgeUserType = struct
Public Structure DataBoxEdgeUserType
Implements IEquatable(Of DataBoxEdgeUserType)
- Inheritance
-
DataBoxEdgeUserType
- Implements
Constructors
DataBoxEdgeUserType(String) |
Initializes a new instance of DataBoxEdgeUserType. |
Properties
Arm |
ARM. |
LocalManagement |
LocalManagement. |
Share |
Share. |
Methods
Equals(DataBoxEdgeUserType) |
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(DataBoxEdgeUserType, DataBoxEdgeUserType) |
Determines if two DataBoxEdgeUserType values are the same. |
Implicit(String to DataBoxEdgeUserType) |
Converts a string to a DataBoxEdgeUserType. |
Inequality(DataBoxEdgeUserType, DataBoxEdgeUserType) |
Determines if two DataBoxEdgeUserType values are not the same. |
Applies to
Azure SDK for .NET