RoleDefinitionFilter Class

  • java.lang.Object
    • com.microsoft.azure.management.graphrbac.RoleDefinitionFilter

public class RoleDefinitionFilter

Role Definitions filter.

Method Summary

Modifier and Type Method and Description
String roleName()

Get the roleName value.

RoleDefinitionFilter 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