CentralServerFullResourceNames interface

The full resource names object for central server layer resources.

Properties

availabilitySetName

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

loadBalancer

The resource names object for load balancer and related resources.

virtualMachines

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.

Property Details

availabilitySetName

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

availabilitySetName?: string

Property Value

string

loadBalancer

The resource names object for load balancer and related resources.

loadBalancer?: LoadBalancerResourceNames

Property Value

virtualMachines

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.

virtualMachines?: VirtualMachineResourceNames[]

Property Value