DatabaseServerFullResourceNames interface
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.
Properties
availability |
The full name for availability set. In case name is not provided, it will be defaulted to {SID}-DB-AvSet. |
load |
The resource names object for load balancer and related resources. |
virtual |
The list of virtual machine naming details. |
Property Details
availabilitySetName
The full name for availability set. In case name is not provided, it will be defaulted to {SID}-DB-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 virtual machine naming details.
virtualMachines?: VirtualMachineResourceNames[]