Uses of Class
com.microsoft.azure.management.compute.VirtualMachineScaleSetIdentity
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetIdentity in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionVirtualMachineScaleSetUpdate.identity()
Get the identity of the virtual machine scale set, if configured.VirtualMachineScaleSetIdentity.withType
(ResourceIdentityType type) Set the type of identity used for the virtual machine scale set.VirtualMachineScaleSetIdentity.withUserAssignedIdentities
(Map<String, VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue> userAssignedIdentities) Set the list of user identities associated with the virtual machine scale set.Modifier and TypeMethodDescriptionVirtualMachineScaleSetUpdate.withIdentity
(VirtualMachineScaleSetIdentity identity) Set the identity of the virtual machine scale set, if configured.