Application Server Full Resource Names Args
data class ApplicationServerFullResourceNamesArgs(val availabilitySetName: Output<String>? = null, val virtualMachines: Output<List<VirtualMachineResourceNamesArgs>>? = null) : ConvertibleToJava<ApplicationServerFullResourceNamesArgs>
The full resource names object for application layer resources. The number of entries in this list should be equal to the number VMs to be created for application layer.
Constructors
Link copied to clipboard
constructor(availabilitySetName: Output<String>? = null, virtualMachines: Output<List<VirtualMachineResourceNamesArgs>>? = null)