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
| Name | Description |
|---|---|
| AccessLevel(String) |
Initializes a new instance of AccessLevel. |
Properties
| Name | Description |
|---|---|
| None |
Gets the None. |
| Read |
Gets the Read. |
| Write |
Gets the Write. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(AccessLevel, AccessLevel) |
Determines if two AccessLevel values are the same. |
| Implicit(String to AccessLevel) |
Converts a string to a AccessLevel. |
| Implicit(String to Nullable<AccessLevel>) | |
| Inequality(AccessLevel, AccessLevel) |
Determines if two AccessLevel values are not the same. |