Uses of Interface
com.microsoft.azure.management.msi.Identity
Packages that use Identity
Package
Description
This package contains the classes for WebSiteManagementClient.
This package contains the classes for ComputeManagementClient.
This package contains the classes for ContainerInstanceManagementClient.
-
Uses of Identity in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice with parameters of type IdentityModifier and TypeMethodDescriptionWebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate.withExistingUserAssignedManagedServiceIdentity
(Identity identity) Specifies an existing user assigned identity to be associated with the web app.WebAppBase.UpdateStages.WithUserAssignedManagedServiceIdentityBasedAccess.withExistingUserAssignedManagedServiceIdentity
(Identity identity) Specifies an existing user assigned identity to be associated with the web app.Method parameters in com.microsoft.azure.management.appservice with type arguments of type IdentityModifier and TypeMethodDescriptionWebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate.withNewUserAssignedManagedServiceIdentity
(Creatable<Identity> creatableIdentity) Specifies the definition of a not-yet-created user assigned identity to be associated with the web app.WebAppBase.UpdateStages.WithUserAssignedManagedServiceIdentityBasedAccess.withNewUserAssignedManagedServiceIdentity
(Creatable<Identity> creatableIdentity) Specifies the definition of a not-yet-created user assigned identity to be associated with the web app. -
Uses of Identity in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute with parameters of type IdentityModifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithUserAssignedManagedServiceIdentity.withExistingUserAssignedManagedServiceIdentity
(Identity identity) Specifies an existing user assigned identity to be associated with the virtual machine.VirtualMachine.UpdateStages.WithUserAssignedManagedServiceIdentity.withExistingUserAssignedManagedServiceIdentity
(Identity identity) Specifies an existing user assigned identity to be associated with the virtual machine.VirtualMachineScaleSet.DefinitionStages.WithUserAssignedManagedServiceIdentity.withExistingUserAssignedManagedServiceIdentity
(Identity identity) Specifies an existing user assigned identity to be associated with the virtual machine scale set.VirtualMachineScaleSet.UpdateStages.WithUserAssignedManagedServiceIdentity.withExistingUserAssignedManagedServiceIdentity
(Identity identity) Specifies an existing user assigned identity to be associated with the virtual machine.Method parameters in com.microsoft.azure.management.compute with type arguments of type IdentityModifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithUserAssignedManagedServiceIdentity.withNewUserAssignedManagedServiceIdentity
(Creatable<Identity> creatableIdentity) Specifies the definition of a not-yet-created user assigned identity to be associated with the virtual machine.VirtualMachine.UpdateStages.WithUserAssignedManagedServiceIdentity.withNewUserAssignedManagedServiceIdentity
(Creatable<Identity> creatableIdentity) Specifies the definition of a not-yet-created user assigned identity to be associated with the virtual machine.VirtualMachineScaleSet.DefinitionStages.WithUserAssignedManagedServiceIdentity.withNewUserAssignedManagedServiceIdentity
(Creatable<Identity> creatableIdentity) Specifies the definition of a not-yet-created user assigned identity to be associated with the virtual machine scale set.VirtualMachineScaleSet.UpdateStages.WithUserAssignedManagedServiceIdentity.withNewUserAssignedManagedServiceIdentity
(Creatable<Identity> creatableIdentity) Specifies the definition of a not-yet-created user assigned identity to be associated with the virtual machine. -
Uses of Identity in com.microsoft.azure.management.containerinstance
Methods in com.microsoft.azure.management.containerinstance with parameters of type IdentityModifier and TypeMethodDescriptionContainerGroup.DefinitionStages.WithUserAssignedManagedServiceIdentity.withExistingUserAssignedManagedServiceIdentity
(Identity identity) Specifies an existing user assigned identity to be associate with the container group.Method parameters in com.microsoft.azure.management.containerinstance with type arguments of type IdentityModifier and TypeMethodDescriptionContainerGroup.DefinitionStages.WithUserAssignedManagedServiceIdentity.withNewUserAssignedManagedServiceIdentity
(Creatable<Identity> creatableIdentity) Specifies the definition of a not-yet-created user assigned identity to be associated with the virtual machine.