RoleDefinitionFilter Class
- java.
lang. Object - com.
microsoft. azure. management. graphrbac. RoleDefinitionFilter
- com.
public class RoleDefinitionFilter
Role Definitions filter.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
roleName()
Get the roleName value. |
Role |
withRoleName(String roleName)
Set the roleName value. |
Method Details
roleName
public String roleName()
Get the roleName value.
Returns:
the roleName value
withRoleName
public RoleDefinitionFilter withRoleName(String roleName)
Set the roleName value.
Parameters:
roleName
- the roleName value to set
Returns:
the RoleDefinitionFilter object itself.
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 Java