次の方法で共有


VirtualMachineScaleSetUpdateNetworkProfile Class

  • java.lang.Object
    • com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateNetworkProfile

public class VirtualMachineScaleSetUpdateNetworkProfile

Describes a virtual machine scale set network profile.

Method Summary

Modifier and Type Method and Description
List<VirtualMachineScaleSetUpdateNetworkConfigurationInner> networkInterfaceConfigurations()

Get the networkInterfaceConfigurations value.

VirtualMachineScaleSetUpdateNetworkProfile withNetworkInterfaceConfigurations(List<VirtualMachineScaleSetUpdateNetworkConfigurationInner> networkInterfaceConfigurations)

Set the networkInterfaceConfigurations value.

Method Details

networkInterfaceConfigurations

public List networkInterfaceConfigurations()

Get the networkInterfaceConfigurations value.

Returns:

the networkInterfaceConfigurations value

withNetworkInterfaceConfigurations

public VirtualMachineScaleSetUpdateNetworkProfile withNetworkInterfaceConfigurations(List networkInterfaceConfigurations)

Set the networkInterfaceConfigurations value.

Parameters:

networkInterfaceConfigurations - the networkInterfaceConfigurations value to set

Returns:

the VirtualMachineScaleSetUpdateNetworkProfile object itself.

Applies to