Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineIdentity
Packages that use VirtualMachineIdentity
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineIdentity in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineIdentityModifier and TypeMethodDescriptionVirtualMachineInner.identity()Get the identity property: The identity of the virtual machine, if configured.VirtualMachineScaleSetVMInner.identity()Get the identity property: The identity of the virtual machine, if configured.VirtualMachineUpdateInner.identity()Get the identity property: The identity of the virtual machine, if configured.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type VirtualMachineIdentityModifier and TypeMethodDescriptionVirtualMachineInner.withIdentity(VirtualMachineIdentity identity) Set the identity property: The identity of the virtual machine, if configured.VirtualMachineScaleSetVMInner.withIdentity(VirtualMachineIdentity identity) Set the identity property: The identity of the virtual machine, if configured.VirtualMachineUpdateInner.withIdentity(VirtualMachineIdentity identity) Set the identity property: The identity of the virtual machine, if configured. -
Uses of VirtualMachineIdentity in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineIdentityModifier and TypeMethodDescriptionstatic VirtualMachineIdentityVirtualMachineIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineIdentity from the JsonReader.VirtualMachineIdentity.withType(ResourceIdentityType type) Set the type property: The type of identity used for the virtual machine.VirtualMachineIdentity.withUserAssignedIdentities(Map<String, VirtualMachineIdentityUserAssignedIdentities> userAssignedIdentities) Set the userAssignedIdentities property: The list of user identities associated with the Virtual Machine.