Uses of Interface
com.azure.resourcemanager.authorization.models.RoleAssignment.DefinitionStages.WithCreate
-
Packages that use RoleAssignment.DefinitionStages.WithCreate Package Description com.azure.resourcemanager.authorization.models Package containing the data models for AuthorizationManagementClient. -
-
Uses of RoleAssignment.DefinitionStages.WithCreate in com.azure.resourcemanager.authorization.models
Subinterfaces of RoleAssignment.DefinitionStages.WithCreate 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.WithCreate Modifier and Type Method Description RoleAssignment.DefinitionStages.WithCreateRoleAssignment.DefinitionStages.WithScope. withResourceGroupScope(ResourceGroup resourceGroup)Specifies the scope of the role assignment to be a resource group.RoleAssignment.DefinitionStages.WithCreateRoleAssignment.DefinitionStages.WithScope. withResourceScope(Resource resource)Specifies the scope of the role assignment to be a specific resource.RoleAssignment.DefinitionStages.WithCreateRoleAssignment.DefinitionStages.WithScope. withScope(String scope)Specifies the scope of the role assignment.RoleAssignment.DefinitionStages.WithCreateRoleAssignment.DefinitionStages.WithScope. withSubscriptionScope(String subscriptionId)Specifies the scope of the role assignment to be an entire subscription.
-