| Modifier and Type | Interface and Description |
|---|---|
static interface |
Identity.Definition
Container interface for all the definitions related to identity.
|
| Modifier and Type | Method and Description |
|---|---|
Identity.DefinitionStages.WithCreate |
Identity.DefinitionStages.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.DefinitionStages.WithCreate |
Identity.DefinitionStages.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.DefinitionStages.WithCreate |
Identity.DefinitionStages.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.DefinitionStages.WithCreate |
Identity.DefinitionStages.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.DefinitionStages.WithCreate |
Identity.DefinitionStages.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.DefinitionStages.WithCreate |
Identity.DefinitionStages.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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/