DevTestLabEnvironmentPermission Struct

Definition

The access rights to be granted to the user when provisioning an environment.

public readonly struct DevTestLabEnvironmentPermission : IEquatable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabEnvironmentPermission>
type DevTestLabEnvironmentPermission = struct
Public Structure DevTestLabEnvironmentPermission
Implements IEquatable(Of DevTestLabEnvironmentPermission)
Inheritance
DevTestLabEnvironmentPermission
Implements

Constructors

DevTestLabEnvironmentPermission(String)

Initializes a new instance of DevTestLabEnvironmentPermission.

Properties

Contributor

Contributor.

Reader

Reader.

Methods

Equals(DevTestLabEnvironmentPermission)

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

Determines if two DevTestLabEnvironmentPermission values are the same.

Implicit(String to DevTestLabEnvironmentPermission)

Converts a string to a DevTestLabEnvironmentPermission.

Inequality(DevTestLabEnvironmentPermission, DevTestLabEnvironmentPermission)

Determines if two DevTestLabEnvironmentPermission values are not the same.

Applies to