ApplicationServerFullResourceNamesArgs

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)

Properties

Link copied to clipboard
val availabilitySetName: Output<String>? = null

The full name for availability set. In case name is not provided, it will be defaulted to {SID}-App-AvSet.

Link copied to clipboard

The list of virtual machine naming details.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationServerFullResourceNamesArgs