Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetIdentity
-
Packages that use VirtualMachineScaleSetIdentity 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 VirtualMachineScaleSetIdentity in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineScaleSetIdentity Modifier and Type Method Description VirtualMachineScaleSetIdentityVirtualMachineScaleSetInner. 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 VirtualMachineScaleSetIdentity Modifier and Type Method Description VirtualMachineScaleSetInnerVirtualMachineScaleSetInner. 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 VirtualMachineScaleSetIdentity Modifier and Type Method Description VirtualMachineScaleSetIdentityVirtualMachineScaleSetUpdate. identity()Get the identity property: The identity of the virtual machine scale set, if configured.VirtualMachineScaleSetIdentityVirtualMachineScaleSetIdentity. withType(ResourceIdentityType type)Set the type property: The type of identity used for the virtual machine scale set.VirtualMachineScaleSetIdentityVirtualMachineScaleSetIdentity. withUserAssignedIdentities(Map<String,VirtualMachineScaleSetIdentityUserAssignedIdentities> 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 VirtualMachineScaleSetIdentity Modifier and Type Method Description VirtualMachineScaleSetUpdateVirtualMachineScaleSetUpdate. withIdentity(VirtualMachineScaleSetIdentity identity)Set the identity property: The identity of the virtual machine scale set, if configured.
-