BareMetalMachineKeySetPrivilegeLevel 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.
The access level allowed for the users in this key set.
public readonly struct BareMetalMachineKeySetPrivilegeLevel : IEquatable<Azure.ResourceManager.NetworkCloud.Models.BareMetalMachineKeySetPrivilegeLevel>
type BareMetalMachineKeySetPrivilegeLevel = struct
Public Structure BareMetalMachineKeySetPrivilegeLevel
Implements IEquatable(Of BareMetalMachineKeySetPrivilegeLevel)
- Inheritance
-
BareMetalMachineKeySetPrivilegeLevel
- Implements
Constructors
BareMetalMachineKeySetPrivilegeLevel(String) |
Initializes a new instance of BareMetalMachineKeySetPrivilegeLevel. |
Properties
Standard |
Standard. |
Superuser |
Superuser. |
Methods
Equals(BareMetalMachineKeySetPrivilegeLevel) |
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(BareMetalMachineKeySetPrivilegeLevel, BareMetalMachineKeySetPrivilegeLevel) |
Determines if two BareMetalMachineKeySetPrivilegeLevel values are the same. |
Implicit(String to BareMetalMachineKeySetPrivilegeLevel) |
Converts a string to a BareMetalMachineKeySetPrivilegeLevel. |
Inequality(BareMetalMachineKeySetPrivilegeLevel, BareMetalMachineKeySetPrivilegeLevel) |
Determines if two BareMetalMachineKeySetPrivilegeLevel values are not the same. |
Applies to
Azure SDK for .NET