| Package | Description |
|---|---|
| com.azure.resourcemanager.msi.models |
Package containing the data models for ManagedServiceIdentityClient.
|
| 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(Resource resource,
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(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,
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(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 © 2020 Microsoft Corporation. All rights reserved.