ArmWorkloadsSapVirtualInstanceModelFactory.ApplicationServerFullResourceNames Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public static Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.ApplicationServerFullResourceNames ApplicationServerFullResourceNames(System.Collections.Generic.IEnumerable<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.VirtualMachineResourceNames> virtualMachines = default, string availabilitySetName = default);
static member ApplicationServerFullResourceNames : seq<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.VirtualMachineResourceNames> * string -> Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.ApplicationServerFullResourceNames
Public Shared Function ApplicationServerFullResourceNames (Optional virtualMachines As IEnumerable(Of VirtualMachineResourceNames) = Nothing, Optional availabilitySetName As String = Nothing) As ApplicationServerFullResourceNames
Parameters
- virtualMachines
- IEnumerable<VirtualMachineResourceNames>
The list of virtual machine naming details.
- availabilitySetName
- String
The full name for availability set. In case name is not provided, it will be defaulted to {SID}-App-AvSet.
Returns
A new ApplicationServerFullResourceNames instance for mocking.