RoleManagementUserType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET