ArmComputeModelFactory.VirtualMachineScaleSetVmNetworkProfileConfiguration 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.
public static Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVmNetworkProfileConfiguration VirtualMachineScaleSetVmNetworkProfileConfiguration(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetNetworkConfiguration> networkInterfaceConfigurations = default, Azure.ResourceManager.Compute.Models.InterconnectGroupProfile interconnectGroupProfile = default);
static member VirtualMachineScaleSetVmNetworkProfileConfiguration : seq<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetNetworkConfiguration> * Azure.ResourceManager.Compute.Models.InterconnectGroupProfile -> Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVmNetworkProfileConfiguration
Public Shared Function VirtualMachineScaleSetVmNetworkProfileConfiguration (Optional networkInterfaceConfigurations As IEnumerable(Of VirtualMachineScaleSetNetworkConfiguration) = Nothing, Optional interconnectGroupProfile As InterconnectGroupProfile = Nothing) As VirtualMachineScaleSetVmNetworkProfileConfiguration
Parameters
- networkInterfaceConfigurations
- IEnumerable<VirtualMachineScaleSetNetworkConfiguration>
The list of network configurations.
- interconnectGroupProfile
- InterconnectGroupProfile
Specifies the interconnect group profile to associate with the scale set vm instance. Minimum api-version: 2026-03-01.
Returns
A new VirtualMachineScaleSetVmNetworkProfileConfiguration instance for mocking.