| Modifier and Type | Method and Description |
|---|---|
Identity.Update |
Identity.UpdateStages.WithAccess.withAccessTo(com.microsoft.azure.management.resources.fluentcore.arm.models.Resource resource,
com.microsoft.azure.management.graphrbac.BuiltInRole role)
Specifies that the identity should have the given access (described by the role)
on an ARM resource.
|
Identity.Update |
Identity.UpdateStages.WithAccess.withAccessTo(com.microsoft.azure.management.resources.fluentcore.arm.models.Resource resource,
String roleDefinitionId)
Specifies that the identity should have the given access (described by the role
definition) on an ARM resource.
|
Identity.Update |
Identity.UpdateStages.WithAccess.withAccessTo(String resourceId,
com.microsoft.azure.management.graphrbac.BuiltInRole role)
Specifies that the identity should have the given access (described by the role)
on an ARM resource identified by the given resource id.
|
Identity.Update |
Identity.UpdateStages.WithAccess.withAccessTo(String resourceId,
String roleDefinitionId)
Specifies that the identity should have the given access (described by the role
definition) on an ARM resource identified by the given resource id.
|
Identity.Update |
Identity.UpdateStages.WithAccess.withAccessToCurrentResourceGroup(com.microsoft.azure.management.graphrbac.BuiltInRole role)
Specifies that the identity should have the given access (described by the role)
on the resource group that identity resides.
|
Identity.Update |
Identity.UpdateStages.WithAccess.withAccessToCurrentResourceGroup(String roleDefinitionId)
Specifies that the identity should have the given access (described by the role
definition) on the resource group that identity resides.
|
Identity.Update |
Identity.UpdateStages.WithAccess.withoutAccess(com.microsoft.azure.management.graphrbac.RoleAssignment roleAssignment)
Specifies that an access role assigned to the identity should be removed.
|
Identity.Update |
Identity.UpdateStages.WithAccess.withoutAccessTo(String resourceId,
com.microsoft.azure.management.graphrbac.BuiltInRole role)
Specifies that an access role assigned to the identity should be removed.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/