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