你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmWorkloadsSapVirtualInstanceModelFactory.ApplicationServerFullResourceNames Method

Definition

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.

Applies to