public class VirtualMachineScaleSetUpdateNetworkProfile extends Object
| Constructor and Description |
|---|
VirtualMachineScaleSetUpdateNetworkProfile() |
| Modifier and Type | Method and Description |
|---|---|
List<VirtualMachineScaleSetUpdateNetworkConfiguration> |
networkInterfaceConfigurations()
Get the list of network configurations.
|
VirtualMachineScaleSetUpdateNetworkProfile |
withNetworkInterfaceConfigurations(List<VirtualMachineScaleSetUpdateNetworkConfiguration> networkInterfaceConfigurations)
Set the list of network configurations.
|
public VirtualMachineScaleSetUpdateNetworkProfile()
public List<VirtualMachineScaleSetUpdateNetworkConfiguration> networkInterfaceConfigurations()
public VirtualMachineScaleSetUpdateNetworkProfile withNetworkInterfaceConfigurations(List<VirtualMachineScaleSetUpdateNetworkConfiguration> networkInterfaceConfigurations)
networkInterfaceConfigurations - the networkInterfaceConfigurations value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/