RemoteSupportAccessLevel 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.
Defines the level of remote support access granted.
public readonly struct RemoteSupportAccessLevel : IEquatable<Azure.ResourceManager.Hci.Models.RemoteSupportAccessLevel>
type RemoteSupportAccessLevel = struct
Public Structure RemoteSupportAccessLevel
Implements IEquatable(Of RemoteSupportAccessLevel)
- Inheritance
-
RemoteSupportAccessLevel
- Implements
Constructors
| Name | Description |
|---|---|
| RemoteSupportAccessLevel(String) |
Initializes a new instance of RemoteSupportAccessLevel. |
Properties
| Name | Description |
|---|---|
| Diagnostics |
Access is limited to diagnostics information only. |
| DiagnosticsAndRepair |
Access includes diagnostics information and the ability to perform repairs. |
| None |
No remote support access is granted. |
Methods
| Name | Description |
|---|---|
| Equals(RemoteSupportAccessLevel) |
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(RemoteSupportAccessLevel, RemoteSupportAccessLevel) |
Determines if two RemoteSupportAccessLevel values are the same. |
| Implicit(String to Nullable<RemoteSupportAccessLevel>) | |
| Implicit(String to RemoteSupportAccessLevel) |
Converts a string to a RemoteSupportAccessLevel. |
| Inequality(RemoteSupportAccessLevel, RemoteSupportAccessLevel) |
Determines if two RemoteSupportAccessLevel values are not the same. |