Uses of Interface
com.azure.resourcemanager.authorization.models.RoleAssignment.DefinitionStages.WithScope
-
Packages that use RoleAssignment.DefinitionStages.WithScope Package Description com.azure.resourcemanager.authorization.models Package containing the data models for AuthorizationManagementClient. -
-
Uses of RoleAssignment.DefinitionStages.WithScope in com.azure.resourcemanager.authorization.models
Subinterfaces of RoleAssignment.DefinitionStages.WithScope in com.azure.resourcemanager.authorization.models Modifier and Type Interface Description static interfaceRoleAssignment.DefinitionContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.authorization.models that return RoleAssignment.DefinitionStages.WithScope Modifier and Type Method Description RoleAssignment.DefinitionStages.WithScopeRoleAssignment.DefinitionStages.WithRole. withBuiltInRole(BuiltInRole role)Specifies the name of a built in role for this assignment.RoleAssignment.DefinitionStages.WithScopeRoleAssignment.DefinitionStages.WithRole. withRoleDefinition(String roleDefinitionId)Specifies the ID of the custom role for this assignment.
-