Uses of Interface
com.microsoft.azure.management.msi.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
Modifier 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.Modifier 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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionContainerGroup.DefinitionStages.WithUserAssignedManagedServiceIdentity.withExistingUserAssignedManagedServiceIdentity
(Identity identity) Specifies an existing user assigned identity to be associate with the container group.Modifier 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.