RoleManagementAssignmentLevel 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 assignment level to which rule is applied.
public readonly struct RoleManagementAssignmentLevel : IEquatable<Azure.ResourceManager.Authorization.Models.RoleManagementAssignmentLevel>
type RoleManagementAssignmentLevel = struct
Public Structure RoleManagementAssignmentLevel
Implements IEquatable(Of RoleManagementAssignmentLevel)
- Inheritance
-
RoleManagementAssignmentLevel
- Implements
Constructors
RoleManagementAssignmentLevel(String) |
Initializes a new instance of RoleManagementAssignmentLevel. |
Properties
Assignment |
Assignment. |
Eligibility |
Eligibility. |
Methods
Equals(RoleManagementAssignmentLevel) |
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(RoleManagementAssignmentLevel, RoleManagementAssignmentLevel) |
Determines if two RoleManagementAssignmentLevel values are the same. |
Implicit(String to RoleManagementAssignmentLevel) |
Converts a string to a RoleManagementAssignmentLevel. |
Inequality(RoleManagementAssignmentLevel, RoleManagementAssignmentLevel) |
Determines if two RoleManagementAssignmentLevel values are not the same. |
Applies to
Azure SDK for .NET