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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type VirtualMachineScaleSetIdentityModifier and TypeClassDescriptionfinal classIdentity for the virtual machine scale set.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetIdentityModifier and TypeMethodDescriptionVirtualMachineScaleSetIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineScaleSetIdentity from the JsonReader.VirtualMachineScaleSetUpdate.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.