Class RoleAssignmentMetricsResultInner
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.RoleAssignmentMetricsResultInner
-
public final class RoleAssignmentMetricsResultInner extends Object
Role Assignment Metrics.
-
-
Constructor Summary
Constructors Constructor Description RoleAssignmentMetricsResultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
roleAssignmentsCurrentCount()
Get the roleAssignmentsCurrentCount property: The number of current role assignments.Long
roleAssignmentsLimit()
Get the roleAssignmentsLimit property: The role assignment limit.Long
roleAssignmentsRemainingCount()
Get the roleAssignmentsRemainingCount property: The number of remaining role assignments available.String
subscriptionId()
Get the subscriptionId property: The subscription ID.void
validate()
Validates the instance.
-
-
-
Method Detail
-
subscriptionId
public String subscriptionId()
Get the subscriptionId property: The subscription ID.- Returns:
- the subscriptionId value.
-
roleAssignmentsLimit
public Long roleAssignmentsLimit()
Get the roleAssignmentsLimit property: The role assignment limit.- Returns:
- the roleAssignmentsLimit value.
-
roleAssignmentsCurrentCount
public Long roleAssignmentsCurrentCount()
Get the roleAssignmentsCurrentCount property: The number of current role assignments.- Returns:
- the roleAssignmentsCurrentCount value.
-
roleAssignmentsRemainingCount
public Long roleAssignmentsRemainingCount()
Get the roleAssignmentsRemainingCount property: The number of remaining role assignments available.- Returns:
- the roleAssignmentsRemainingCount value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-