Package version:

The full resource names object for database layer resources. The number of entries in this list should be equal to the number VMs to be created for database layer.

interface DatabaseServerFullResourceNames {
    availabilitySetName?: string;
    loadBalancer?: LoadBalancerResourceNames;
    virtualMachines?: {};
}

Properties

availabilitySetName?: string

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

The resource names object for load balancer and related resources.

virtualMachines?: {}

The list of virtual machine naming details.