Skip navigation links
C D F I M O P R T U V W 

C

clientId() - Method in interface com.microsoft.azure.management.msi.Identity
 
clientSecretUrl() - Method in interface com.microsoft.azure.management.msi.Identity
 
com.microsoft.azure.management.msi - package com.microsoft.azure.management.msi
This package contains the classes for ManagedServiceIdentityClient.

D

description() - Method in class com.microsoft.azure.management.msi.OperationDisplay
Get the description value.

F

fromString(String) - Static method in class com.microsoft.azure.management.msi.UserAssignedIdentities
Creates or finds a UserAssignedIdentities from its string representation.

I

Identities - Interface in com.microsoft.azure.management.msi
Entry point to Azure Managed Service Identity (MSI) Identity resource management API.
Identity - Interface in com.microsoft.azure.management.msi
An immutable client-side representation of an Azure Managed Service Identity (MSI) Identity resource.
Identity.Definition - Interface in com.microsoft.azure.management.msi
Container interface for all the definitions related to identity.
Identity.DefinitionStages - Interface in com.microsoft.azure.management.msi
Grouping of identity definition stages.
Identity.DefinitionStages.Blank - Interface in com.microsoft.azure.management.msi
The first stage of an identity definition.
Identity.DefinitionStages.WithAccess - Interface in com.microsoft.azure.management.msi
The stage of the identity definition allowing to set access role (permission) for it to access a resource.
Identity.DefinitionStages.WithCreate - Interface in com.microsoft.azure.management.msi
The stage of the identity definition which contains all the minimum required inputs for the resource to be created but also allows for any other optional settings to be specified.
Identity.DefinitionStages.WithGroup - Interface in com.microsoft.azure.management.msi
The stage of the identity definition allowing to specify the resource group.
Identity.Update - Interface in com.microsoft.azure.management.msi
The template for an identity update operation, containing all the settings that can be modified.
Identity.UpdateStages - Interface in com.microsoft.azure.management.msi
Grouping of identity update stages.
Identity.UpdateStages.WithAccess - Interface in com.microsoft.azure.management.msi
The stage of the identity update allowing to set access role (permission) for it to access a resource or remove an assigned role.

M

MICROSOFT_MANAGED_IDENTITYUSER_ASSIGNED_IDENTITIES - Static variable in class com.microsoft.azure.management.msi.UserAssignedIdentities
Static value Microsoft.ManagedIdentity/userAssignedIdentities for UserAssignedIdentities.

O

operation() - Method in class com.microsoft.azure.management.msi.OperationDisplay
Get the operation value.
OperationDisplay - Class in com.microsoft.azure.management.msi
Operation Display.
OperationDisplay() - Constructor for class com.microsoft.azure.management.msi.OperationDisplay
 

P

principalId() - Method in interface com.microsoft.azure.management.msi.Identity
 
provider() - Method in class com.microsoft.azure.management.msi.OperationDisplay
Get the provider value.

R

resource() - Method in class com.microsoft.azure.management.msi.OperationDisplay
Get the resource value.

T

tenantId() - Method in interface com.microsoft.azure.management.msi.Identity
 

U

UserAssignedIdentities - Class in com.microsoft.azure.management.msi
Defines values for UserAssignedIdentities.
UserAssignedIdentities() - Constructor for class com.microsoft.azure.management.msi.UserAssignedIdentities
 

V

values() - Static method in class com.microsoft.azure.management.msi.UserAssignedIdentities
 

W

withAccessTo(Resource, BuiltInRole) - Method in interface com.microsoft.azure.management.msi.Identity.DefinitionStages.WithAccess
Specifies that the identity should have the given access (described by the role) on an ARM resource.
withAccessTo(String, BuiltInRole) - Method in interface com.microsoft.azure.management.msi.Identity.DefinitionStages.WithAccess
Specifies that the identity should have the given access (described by the role) on an ARM resource identified by the given resource id.
withAccessTo(Resource, String) - Method in interface com.microsoft.azure.management.msi.Identity.DefinitionStages.WithAccess
Specifies that the identity should have the given access (described by the role definition) on an ARM resource.
withAccessTo(String, String) - Method in interface com.microsoft.azure.management.msi.Identity.DefinitionStages.WithAccess
Specifies that the identity should have the given access (described by the role definition) on an ARM resource identified by the given resource id.
withAccessTo(Resource, BuiltInRole) - Method in interface com.microsoft.azure.management.msi.Identity.UpdateStages.WithAccess
Specifies that the identity should have the given access (described by the role) on an ARM resource.
withAccessTo(String, BuiltInRole) - Method in interface com.microsoft.azure.management.msi.Identity.UpdateStages.WithAccess
Specifies that the identity should have the given access (described by the role) on an ARM resource identified by the given resource id.
withAccessTo(Resource, String) - Method in interface com.microsoft.azure.management.msi.Identity.UpdateStages.WithAccess
Specifies that the identity should have the given access (described by the role definition) on an ARM resource.
withAccessTo(String, String) - Method in interface com.microsoft.azure.management.msi.Identity.UpdateStages.WithAccess
Specifies that the identity should have the given access (described by the role definition) on an ARM resource identified by the given resource id.
withAccessToCurrentResourceGroup(BuiltInRole) - Method in interface com.microsoft.azure.management.msi.Identity.DefinitionStages.WithAccess
Specifies that the identity should have the given access (described by the role) on the resource group that identity resides.
withAccessToCurrentResourceGroup(String) - Method in interface com.microsoft.azure.management.msi.Identity.DefinitionStages.WithAccess
Specifies that the identity should have the given access (described by the role definition) on the resource group that identity resides.
withAccessToCurrentResourceGroup(BuiltInRole) - Method in interface com.microsoft.azure.management.msi.Identity.UpdateStages.WithAccess
Specifies that the identity should have the given access (described by the role) on the resource group that identity resides.
withAccessToCurrentResourceGroup(String) - Method in interface com.microsoft.azure.management.msi.Identity.UpdateStages.WithAccess
Specifies that the identity should have the given access (described by the role definition) on the resource group that identity resides.
withDescription(String) - Method in class com.microsoft.azure.management.msi.OperationDisplay
Set the description value.
withOperation(String) - Method in class com.microsoft.azure.management.msi.OperationDisplay
Set the operation value.
withoutAccess(RoleAssignment) - Method in interface com.microsoft.azure.management.msi.Identity.UpdateStages.WithAccess
Specifies that an access role assigned to the identity should be removed.
withoutAccessTo(String, BuiltInRole) - Method in interface com.microsoft.azure.management.msi.Identity.UpdateStages.WithAccess
Specifies that an access role assigned to the identity should be removed.
withProvider(String) - Method in class com.microsoft.azure.management.msi.OperationDisplay
Set the provider value.
withResource(String) - Method in class com.microsoft.azure.management.msi.OperationDisplay
Set the resource value.
C D F I M O P R T U V W 
Skip navigation links

/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/