| Modifier and Type | Field and Description |
|---|---|
static BuiltInRole |
BuiltInRole.API_MANAGEMENT_SERVICE_CONTRIBUTOR
A role that can manage API Management service and the APIs.
|
static BuiltInRole |
BuiltInRole.API_MANAGEMENT_SERVICE_OPERATOR_ROLE
A role that can manage API Management service, but not the APIs themselves.
|
static BuiltInRole |
BuiltInRole.API_MANAGEMENT_SERVICE_READER_ROLE
A role that has read-only access to API Management service and APIs.
|
static BuiltInRole |
BuiltInRole.APPLICATION_INSIGHTS_COMPONENT_CONTRIBUTOR
A role that can manage Application Insights components.
|
static BuiltInRole |
BuiltInRole.AUTOMATION_OPERATOR
A role that is able to start, stop, suspend, and resume jobs.
|
static BuiltInRole |
BuiltInRole.AZURE_COSMOS_DB_ACCOUNT_CONTRIBUTOR
A role that can manage Azure Cosmos DB accounts.
|
static BuiltInRole |
BuiltInRole.BACKUP_CONTRIBUTOR
A role that can manage backup in Recovery Services vault.
|
static BuiltInRole |
BuiltInRole.BACKUP_OPERATOR
A role that can manage backup except removing backup, in Recovery Services vault.
|
static BuiltInRole |
BuiltInRole.BACKUP_READER
A role that can view all backup management services.
|
static BuiltInRole |
BuiltInRole.BILLING_READER
A role that can view all billing information.
|
static BuiltInRole |
BuiltInRole.BIZTALK_CONTRIBUTOR
A role that can manage BizTalk services.
|
static BuiltInRole |
BuiltInRole.CLASSIC_NETWORK_CONTRIBUTOR
A role that can manage classic virtual networks and reserved IPs.
|
static BuiltInRole |
BuiltInRole.CLASSIC_STORAGE_ACCOUNT_CONTRIBUTOR
A role that can manage classic storage accounts.
|
static BuiltInRole |
BuiltInRole.CLASSIC_VIRTUAL_MACHINE_CONTRIBUTOR
A role that can manage classic virtual machines, but not the virtual network or storage account to which they are connected.
|
static BuiltInRole |
BuiltInRole.CLEARDB_MYSQL_DB_CONTRIBUTOR
A role that can manage ClearDB MySQL databases.
|
static BuiltInRole |
BuiltInRole.CONTRIBUTOR
A role that can manage everything except access..
|
static BuiltInRole |
BuiltInRole.DATA_FACTORY_CONTRIBUTOR
A role that can create and manage data factories, and child resources within them..
|
static BuiltInRole |
BuiltInRole.DEVTEST_LABS_USER
A role that can view everything and connect, start, restart, and shutdown virtual machines.
|
static BuiltInRole |
BuiltInRole.DNS_ZONE_CONTRIBUTOR
A role that can manage DNS zones and records.
|
static BuiltInRole |
BuiltInRole.INTELLIGENT_SYSTEMS_ACCOUNT_CONTRIBUTOR
A role that can manage Intelligent Systems accounts.
|
static BuiltInRole |
BuiltInRole.MONITORING_CONTRIBUTOR
A role that can read monitoring data and edit monitoring settings.
|
static BuiltInRole |
BuiltInRole.MONITORING_READER
A role that can read all monitoring data.
|
static BuiltInRole |
BuiltInRole.NETWORK_CONTRIBUTOR
A role that can manage all network resources.
|
static BuiltInRole |
BuiltInRole.NEW_RELIC_APM_ACCOUNT_CONTRIBUTOR
A role that can manage New Relic Application Performance Management accounts and applications.
|
static BuiltInRole |
BuiltInRole.OWNER
A role that can manage everything, including access.
|
static BuiltInRole |
BuiltInRole.READER
A role that can view everything, but can't make changes.
|
static BuiltInRole |
BuiltInRole.REDIS_CACHE_CONTRIBUTOR
A role that can manage Redis caches.
|
static BuiltInRole |
BuiltInRole.SCHEDULER_JOB_COLLECTIONS_CONTRIBUTOR
A role that can manage scheduler job collections.
|
static BuiltInRole |
BuiltInRole.SEARCH_SERVICE_CONTRIBUTOR
A role that can manage search services.
|
static BuiltInRole |
BuiltInRole.SECURITY_MANAGER
A role that can manage security components, security policies, and virtual machines.
|
static BuiltInRole |
BuiltInRole.SQL_DB_CONTRIBUTOR
A role that can manage SQL databases, but not their security-related policies.
|
static BuiltInRole |
BuiltInRole.SQL_SECURITY_MANAGER
A role that can manage the security-related policies of SQL servers and databases.
|
static BuiltInRole |
BuiltInRole.SQL_SERVER_CONTRIBUTOR
A role that can manage SQL servers and databases, but not their security-related policies.
|
static BuiltInRole |
BuiltInRole.STORAGE_ACCOUNT_CONTRIBUTOR
A role that can manage storage accounts.
|
static BuiltInRole |
BuiltInRole.USER_ACCESS_ADMINISTRATOR
A role that can manage user access to Azure resources.
|
static BuiltInRole |
BuiltInRole.VIRTUAL_MACHINE_CONTRIBUTOR
A role that can manage virtual machines, but not the virtual network or storage account to which they are connected.
|
static BuiltInRole |
BuiltInRole.WEB_PLAN_CONTRIBUTOR
A role that can manage web plans.
|
static BuiltInRole |
BuiltInRole.WEBSITE_CONTRIBUTOR
A role that can manage websites, but not the web plans to which they are connected.
|
| Modifier and Type | Method and Description |
|---|---|
static BuiltInRole |
BuiltInRole.fromString(String name)
Finds or creates a role instance based on the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<BuiltInRole> |
BuiltInRole.values() |
| Modifier and Type | Method and Description |
|---|---|
RoleAssignment.DefinitionStages.WithScope |
RoleAssignment.DefinitionStages.WithRole.withBuiltInRole(BuiltInRole role)
Specifies the name of a built in role for this assignment.
|
ServicePrincipal.DefinitionStages.WithCreate |
ServicePrincipal.DefinitionStages.WithRoleAssignment.withNewRole(BuiltInRole role,
String scope)
Assigns a new role to the service principal.
|
ServicePrincipal.Update |
ServicePrincipal.UpdateStages.WithRoleAssignment.withNewRole(BuiltInRole role,
String scope)
Assigns a new role to the service principal.
|
ServicePrincipal.DefinitionStages.WithCreate |
ServicePrincipal.DefinitionStages.WithRoleAssignment.withNewRoleInResourceGroup(BuiltInRole role,
com.microsoft.azure.management.resources.ResourceGroup resourceGroup)
Assigns a new role to the service principal.
|
ServicePrincipal.Update |
ServicePrincipal.UpdateStages.WithRoleAssignment.withNewRoleInResourceGroup(BuiltInRole role,
com.microsoft.azure.management.resources.ResourceGroup resourceGroup)
Assigns a new role to the service principal.
|
ServicePrincipal.DefinitionStages.WithCreate |
ServicePrincipal.DefinitionStages.WithRoleAssignment.withNewRoleInSubscription(BuiltInRole role,
String subscriptionId)
Assigns a new role to the service principal.
|
ServicePrincipal.Update |
ServicePrincipal.UpdateStages.WithRoleAssignment.withNewRoleInSubscription(BuiltInRole role,
String subscriptionId)
Assigns a new role to the service principal.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/