Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetIdentity
Packages that use VirtualMachineScaleSetIdentity
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetIdentity in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineScaleSetIdentityModifier and TypeMethodDescriptionVirtualMachineScaleSetInner.identity()Get the identity property: The identity of the virtual machine scale set, if configured.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type VirtualMachineScaleSetIdentityModifier and TypeMethodDescriptionVirtualMachineScaleSetInner.withIdentity(VirtualMachineScaleSetIdentity identity) Set the identity property: The identity of the virtual machine scale set, if configured. -
Uses of VirtualMachineScaleSetIdentity in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetIdentityModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdate.identity()Get the identity property: The identity of the virtual machine scale set, if configured.VirtualMachineScaleSetIdentity.withType(ResourceIdentityType type) Set the type property: The type of identity used for the virtual machine scale set.VirtualMachineScaleSetIdentity.withUserAssignedIdentities(Map<String, VirtualMachineIdentityUserAssignedIdentities> userAssignedIdentities) Set the userAssignedIdentities property: The list of user identities associated with the virtual machine scale set.Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualMachineScaleSetIdentityModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdate.withIdentity(VirtualMachineScaleSetIdentity identity) Set the identity property: The identity of the virtual machine scale set, if configured.