RoleAssignmentMetricsResult Class
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.
Role Assignment Metrics
public class RoleAssignmentMetricsResult
type RoleAssignmentMetricsResult = class
Public Class RoleAssignmentMetricsResult
- Inheritance
-
RoleAssignmentMetricsResult
Constructors
RoleAssignmentMetricsResult() |
Initializes a new instance of the RoleAssignmentMetricsResult class. |
RoleAssignmentMetricsResult(String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>) |
Initializes a new instance of the RoleAssignmentMetricsResult class. |
Properties
RoleAssignmentsCurrentCount |
Gets the number of current role assignments. |
RoleAssignmentsLimit |
Gets the role assignment limit. |
RoleAssignmentsRemainingCount |
Gets the number of remaining role assignments available. |
SubscriptionId |
Gets the subscription ID. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET