| Package | Description |
|---|---|
| com.azure.resourcemanager.authorization.models |
Package containing the data models for AuthorizationManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RoleAssignment.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
RoleAssignment.DefinitionStages.WithCreate |
RoleAssignment.DefinitionStages.WithScope.withResourceGroupScope(ResourceGroup resourceGroup)
Specifies the scope of the role assignment to be a resource group.
|
RoleAssignment.DefinitionStages.WithCreate |
RoleAssignment.DefinitionStages.WithScope.withResourceScope(Resource resource)
Specifies the scope of the role assignment to be a specific resource.
|
RoleAssignment.DefinitionStages.WithCreate |
RoleAssignment.DefinitionStages.WithScope.withScope(String scope)
Specifies the scope of the role assignment.
|
RoleAssignment.DefinitionStages.WithCreate |
RoleAssignment.DefinitionStages.WithScope.withSubscriptionScope(String subscriptionId)
Specifies the scope of the role assignment to be an entire subscription.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.