| 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(com.microsoft.azure.management.resources.ResourceGroup resourceGroup)
Specifies the scope of the role assignment to be a resource group.
|
RoleAssignment.DefinitionStages.WithCreate |
RoleAssignment.DefinitionStages.WithScope.withResourceScope(com.microsoft.azure.management.resources.fluentcore.arm.models.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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/