Uses of Class
com.microsoft.azure.management.compute.VirtualMachineIdentity
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineIdentity in com.microsoft.azure.management.compute
Modifier 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.Modifier and TypeMethodDescriptionVirtualMachineUpdate.withIdentity
(VirtualMachineIdentity identity) Set the identity of the virtual machine, if configured.