public static interface Identity.DefinitionStages.WithAccess
| Modifier and Type | Method and Description |
|---|---|
Identity.DefinitionStages.WithCreate |
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.DefinitionStages.WithCreate |
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.DefinitionStages.WithCreate |
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.DefinitionStages.WithCreate |
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.DefinitionStages.WithCreate |
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.DefinitionStages.WithCreate |
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.DefinitionStages.WithCreate withAccessTo(com.microsoft.azure.management.resources.fluentcore.arm.models.Resource resource, com.microsoft.azure.management.graphrbac.BuiltInRole role)
resource - the resource to accessrole - access role to assigned to the identityIdentity.DefinitionStages.WithCreate withAccessTo(String resourceId, com.microsoft.azure.management.graphrbac.BuiltInRole role)
resourceId - id of the resource to accessrole - access role to assigned to the identityIdentity.DefinitionStages.WithCreate withAccessToCurrentResourceGroup(com.microsoft.azure.management.graphrbac.BuiltInRole role)
role - access role to assigned to the identityIdentity.DefinitionStages.WithCreate withAccessTo(com.microsoft.azure.management.resources.fluentcore.arm.models.Resource resource, String roleDefinitionId)
resource - scope of the access represented as ARM resourceroleDefinitionId - access role definition to assigned to the identityIdentity.DefinitionStages.WithCreate withAccessTo(String resourceId, String roleDefinitionId)
resourceId - id of the resource to accessroleDefinitionId - access role definition to assigned to the identityIdentity.DefinitionStages.WithCreate withAccessToCurrentResourceGroup(String roleDefinitionId)
roleDefinitionId - access role definition to assigned to the identity/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/