Class VirtualMachineScaleSetVMNetworkProfileConfiguration
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.VirtualMachineScaleSetVMNetworkProfileConfiguration
-
public final class VirtualMachineScaleSetVMNetworkProfileConfiguration extends Object
Describes a virtual machine scale set VM network profile.
-
-
Constructor Summary
Constructors Constructor Description VirtualMachineScaleSetVMNetworkProfileConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<VirtualMachineScaleSetNetworkConfiguration>networkInterfaceConfigurations()Get the networkInterfaceConfigurations property: The list of network configurations.voidvalidate()Validates the instance.VirtualMachineScaleSetVMNetworkProfileConfigurationwithNetworkInterfaceConfigurations(List<VirtualMachineScaleSetNetworkConfiguration> networkInterfaceConfigurations)Set the networkInterfaceConfigurations property: The list of network configurations.
-
-
-
Method Detail
-
networkInterfaceConfigurations
public List<VirtualMachineScaleSetNetworkConfiguration> networkInterfaceConfigurations()
Get the networkInterfaceConfigurations property: The list of network configurations.- Returns:
- the networkInterfaceConfigurations value.
-
withNetworkInterfaceConfigurations
public VirtualMachineScaleSetVMNetworkProfileConfiguration withNetworkInterfaceConfigurations(List<VirtualMachineScaleSetNetworkConfiguration> networkInterfaceConfigurations)
Set the networkInterfaceConfigurations property: The list of network configurations.- Parameters:
networkInterfaceConfigurations- the networkInterfaceConfigurations value to set.- Returns:
- the VirtualMachineScaleSetVMNetworkProfileConfiguration object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-