Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineIdentity
-
Packages that use VirtualMachineIdentity Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 VirtualMachineIdentity Modifier and Type Method Description VirtualMachineIdentityVirtualMachineInner. identity()Get the identity property: The identity of the virtual machine, if configured.VirtualMachineIdentityVirtualMachineUpdateInner. 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 VirtualMachineIdentity Modifier and Type Method Description VirtualMachineInnerVirtualMachineInner. withIdentity(VirtualMachineIdentity identity)Set the identity property: The identity of the virtual machine, if configured.VirtualMachineUpdateInnerVirtualMachineUpdateInner. 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 VirtualMachineIdentity Modifier and Type Method Description VirtualMachineIdentityVirtualMachineIdentity. withType(ResourceIdentityType type)Set the type property: The type of identity used for the virtual machine.VirtualMachineIdentityVirtualMachineIdentity. withUserAssignedIdentities(Map<String,VirtualMachineIdentityUserAssignedIdentities> userAssignedIdentities)Set the userAssignedIdentities property: The list of user identities associated with the Virtual Machine.
-