public class VirtualMachineScaleSetUpdateNetworkProfile extends Object
| Constructor and Description |
|---|
VirtualMachineScaleSetUpdateNetworkProfile() |
| Modifier and Type | Method and Description |
|---|---|
List<com.microsoft.azure.management.compute.implementation.VirtualMachineScaleSetUpdateNetworkConfigurationInner> |
networkInterfaceConfigurations()
Get the networkInterfaceConfigurations value.
|
VirtualMachineScaleSetUpdateNetworkProfile |
withNetworkInterfaceConfigurations(List<com.microsoft.azure.management.compute.implementation.VirtualMachineScaleSetUpdateNetworkConfigurationInner> networkInterfaceConfigurations)
Set the networkInterfaceConfigurations value.
|
public VirtualMachineScaleSetUpdateNetworkProfile()
public List<com.microsoft.azure.management.compute.implementation.VirtualMachineScaleSetUpdateNetworkConfigurationInner> networkInterfaceConfigurations()
public VirtualMachineScaleSetUpdateNetworkProfile withNetworkInterfaceConfigurations(List<com.microsoft.azure.management.compute.implementation.VirtualMachineScaleSetUpdateNetworkConfigurationInner> 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.
*/