ElevationLevel Struct

Definition

ElevationLevel enums.

public readonly struct ElevationLevel : IEquatable<Azure.Compute.Batch.ElevationLevel>
type ElevationLevel = struct
Public Structure ElevationLevel
Implements IEquatable(Of ElevationLevel)
Inheritance
ElevationLevel
Implements

Constructors

ElevationLevel(String)

Initializes a new instance of ElevationLevel.

Properties

Admin

The user is a user with elevated access and operates with full Administrator permissions.

NonAdmin

The user is a standard user without elevated access.

Methods

Equals(ElevationLevel)

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(ElevationLevel, ElevationLevel)

Determines if two ElevationLevel values are the same.

Implicit(String to ElevationLevel)

Converts a string to a ElevationLevel.

Inequality(ElevationLevel, ElevationLevel)

Determines if two ElevationLevel values are not the same.

Applies to