CentralServerFullResourceNamesResponse

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

The full resource names object for central server layer resources.

Constructors

Link copied to clipboard
constructor(availabilitySetName: String? = null, loadBalancer: LoadBalancerResourceNamesResponse? = 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}-ASCS-AvSet.

Link copied to clipboard

The resource names object for load balancer and related resources.

Link copied to clipboard

The list of names for all ASCS virtual machines to be deployed. The number of entries in this list should be equal to the number VMs to be created for ASCS layer. At maximum, there can be two virtual machines at this layer: ASCS and ERS.