ApplicationServerFullResourceNamesResponse

data class ApplicationServerFullResourceNamesResponse(val availabilitySetName: String? = null, val virtualMachines: List<VirtualMachineResourceNamesResponse>? = null)

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

constructor(availabilitySetName: String? = null, virtualMachines: List<VirtualMachineResourceNamesResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.