Uses of Class
com.microsoft.azure.management.compute.VirtualMachineIdentityUserAssignedIdentitiesValue
Packages that use VirtualMachineIdentityUserAssignedIdentitiesValue
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineIdentityUserAssignedIdentitiesValue in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return types with arguments of type VirtualMachineIdentityUserAssignedIdentitiesValueModifier and TypeMethodDescriptionVirtualMachineIdentity.userAssignedIdentities()
Get the list of user identities associated with the Virtual Machine.Method parameters in com.microsoft.azure.management.compute with type arguments of type VirtualMachineIdentityUserAssignedIdentitiesValueModifier and TypeMethodDescriptionVirtualMachineIdentity.withUserAssignedIdentities
(Map<String, VirtualMachineIdentityUserAssignedIdentitiesValue> userAssignedIdentities) Set the list of user identities associated with the Virtual Machine.