AccessLevel 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, accepted values include None, Read, Write.
public readonly struct AccessLevel : IEquatable<Azure.ResourceManager.Compute.Models.AccessLevel>
type AccessLevel = struct
Public Structure AccessLevel
Implements IEquatable(Of AccessLevel)
- Inheritance
-
AccessLevel
- Implements
Constructors
AccessLevel(String) |
Initializes a new instance of AccessLevel. |
Properties
None |
None. |
Read |
Read. |
Write |
Write. |
Methods
Equals(AccessLevel) |
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(AccessLevel, AccessLevel) |
Determines if two AccessLevel values are the same. |
Implicit(String to AccessLevel) |
Converts a String to a AccessLevel. |
Inequality(AccessLevel, AccessLevel) |
Determines if two AccessLevel values are not the same. |
Applies to
Azure SDK for .NET