Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineIdentityUserAssignedIdentities
Packages that use VirtualMachineIdentityUserAssignedIdentities
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineIdentityUserAssignedIdentities in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VirtualMachineIdentityUserAssignedIdentitiesModifier and TypeMethodDescriptionEncryptionSetIdentity.userAssignedIdentities()Get the userAssignedIdentities property: The list of user identities associated with the disk encryption set.VirtualMachineIdentity.userAssignedIdentities()Get the userAssignedIdentities property: The list of user identities associated with the Virtual Machine.VirtualMachineScaleSetIdentity.userAssignedIdentities()Get the userAssignedIdentities property: The list of user identities associated with the virtual machine scale set.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type VirtualMachineIdentityUserAssignedIdentitiesModifier and TypeMethodDescriptionEncryptionSetIdentity.withUserAssignedIdentities(Map<String, VirtualMachineIdentityUserAssignedIdentities> userAssignedIdentities) Set the userAssignedIdentities property: The list of user identities associated with the disk encryption set.VirtualMachineIdentity.withUserAssignedIdentities(Map<String, VirtualMachineIdentityUserAssignedIdentities> userAssignedIdentities) Set the userAssignedIdentities property: The list of user identities associated with the Virtual Machine.VirtualMachineScaleSetIdentity.withUserAssignedIdentities(Map<String, VirtualMachineIdentityUserAssignedIdentities> userAssignedIdentities) Set the userAssignedIdentities property: The list of user identities associated with the virtual machine scale set.