ApplicationServerFullResourceNames interface
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.
Properties
availability |
The full name for availability set. In case name is not provided, it will be defaulted to {SID}-App-AvSet. |
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}-App-AvSet.
availabilitySetName?: string
Property Value
string
virtualMachines
The list of virtual machine naming details.
virtualMachines?: VirtualMachineResourceNames[]
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript