Interface RoleAssignment.Definition
-
- All Superinterfaces:
Creatable<RoleAssignment>
,HasName
,Indexable
,RoleAssignment.DefinitionStages.Blank
,RoleAssignment.DefinitionStages.WithAssignee
,RoleAssignment.DefinitionStages.WithCreate
,RoleAssignment.DefinitionStages.WithRole
,RoleAssignment.DefinitionStages.WithScope
- Enclosing interface:
- RoleAssignment
public static interface RoleAssignment.Definition extends RoleAssignment.DefinitionStages.Blank, RoleAssignment.DefinitionStages.WithRole, RoleAssignment.DefinitionStages.WithScope, RoleAssignment.DefinitionStages.WithCreate
Container interface for all the definitions that need to be implemented.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.RoleAssignment.DefinitionStages.WithAssignee
forGroup, forObjectId, forServicePrincipal, forServicePrincipal, forUser, forUser
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.RoleAssignment.DefinitionStages.WithRole
withBuiltInRole, withRoleDefinition
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.RoleAssignment.DefinitionStages.WithScope
withResourceGroupScope, withResourceScope, withScope, withSubscriptionScope
-
-