VMScaleSet
Represents Azure Virtual Machine Scale Sets.
Labels: :ArmResource:VMScaleSet
Properties:
id- Resource ID (primary key)constrainedMaximumCapacity- Max capacity when constrainedorchestrationMode- Orchestration mode (Flexible/Uniform)uniqueId- Unique identifiertimeCreated- Creation timestampadminUsername- Admin username on the VM profilecomputerNamePrefix- Computer name prefix for instances
Examples
// List VMSS with orchestration mode
MATCH (s:VMScaleSet)
RETURN s.id, s.orchestrationMode, s.constrainedMaximumCapacity