Class RoleDefinitionFilter
java.lang.Object
com.microsoft.azure.management.graphrbac.RoleDefinitionFilter
Role Definitions filter.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionroleName()
Get the roleName value.type()
Get the type value.withRoleName
(String roleName) Set the roleName value.Set the type value.
-
Constructor Details
-
RoleDefinitionFilter
public RoleDefinitionFilter()
-
-
Method Details
-
roleName
Get the roleName value.- Returns:
- the roleName value
-
withRoleName
Set the roleName value.- Parameters:
roleName
- the roleName value to set- Returns:
- the RoleDefinitionFilter object itself.
-
type
Get the type value.- Returns:
- the type value
-
withType
Set the type value.- Parameters:
type
- the type value to set- Returns:
- the RoleDefinitionFilter object itself.
-