RemoteSupportAccessLevel Struct

Definition

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.

Applies to