Share via


RoleManagementUserType Struct

Definition

The type of user.

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

Constructors

RoleManagementUserType(String)

Initializes a new instance of RoleManagementUserType.

Properties

Group

Group.

User

User.

Methods

Equals(RoleManagementUserType)

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

Determines if two RoleManagementUserType values are the same.

Implicit(String to RoleManagementUserType)

Converts a string to a RoleManagementUserType.

Inequality(RoleManagementUserType, RoleManagementUserType)

Determines if two RoleManagementUserType values are not the same.

Applies to