EdgeRemoteApplicationAccessLevel 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.
Access level allowed for this remote application type.
public readonly struct EdgeRemoteApplicationAccessLevel : IEquatable<Azure.ResourceManager.DataBoxEdge.Models.EdgeRemoteApplicationAccessLevel>
type EdgeRemoteApplicationAccessLevel = struct
Public Structure EdgeRemoteApplicationAccessLevel
Implements IEquatable(Of EdgeRemoteApplicationAccessLevel)
- Inheritance
-
EdgeRemoteApplicationAccessLevel
- Implements
Constructors
| Name | Description |
|---|---|
| EdgeRemoteApplicationAccessLevel(String) |
Initializes a new instance of EdgeRemoteApplicationAccessLevel. |
Properties
| Name | Description |
|---|---|
| FullAccess |
Gets the FullAccess. |
| None |
Gets the None. |
| ReadOnly |
Gets the ReadOnly. |
| ReadWrite |
Gets the ReadWrite. |
Methods
| Name | Description |
|---|---|
| Equals(EdgeRemoteApplicationAccessLevel) |
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(EdgeRemoteApplicationAccessLevel, EdgeRemoteApplicationAccessLevel) |
Determines if two EdgeRemoteApplicationAccessLevel values are the same. |
| Implicit(String to EdgeRemoteApplicationAccessLevel) |
Converts a string to a EdgeRemoteApplicationAccessLevel. |
| Implicit(String to Nullable<EdgeRemoteApplicationAccessLevel>) | |
| Inequality(EdgeRemoteApplicationAccessLevel, EdgeRemoteApplicationAccessLevel) |
Determines if two EdgeRemoteApplicationAccessLevel values are not the same. |