Share via


AccessLevel Struct

Definition

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

AccessLevel(String)

Initializes a new instance of AccessLevel.

Properties

None

None.

Read

Read.

Write

Write.

Methods

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

Equality(AccessLevel, AccessLevel)

Determines if two AccessLevel values are the same.

Implicit(String to AccessLevel)

Converts a string to a AccessLevel.

Inequality(AccessLevel, AccessLevel)

Determines if two AccessLevel values are not the same.

Applies to