Uses of Class
com.microsoft.azure.management.compute.VirtualMachineIdentity
Packages that use VirtualMachineIdentity
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineIdentity in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return VirtualMachineIdentityModifier and TypeMethodDescriptionVirtualMachineUpdate.identity()
Get the identity of the virtual machine, if configured.VirtualMachineIdentity.withType
(ResourceIdentityType type) Set the type of identity used for the virtual machine.VirtualMachineIdentity.withUserAssignedIdentities
(Map<String, VirtualMachineIdentityUserAssignedIdentitiesValue> userAssignedIdentities) Set the list of user identities associated with the Virtual Machine.Methods in com.microsoft.azure.management.compute with parameters of type VirtualMachineIdentityModifier and TypeMethodDescriptionVirtualMachineUpdate.withIdentity
(VirtualMachineIdentity identity) Set the identity of the virtual machine, if configured.