Class VirtualMachineScaleSetVMNetworkProfileConfiguration
java.lang.Object
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetVMNetworkProfileConfiguration
Describes a virtual machine scale set VM network profile.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of VirtualMachineScaleSetVMNetworkProfileConfiguration class. -
Method Summary
Modifier and TypeMethodDescriptionGet the networkInterfaceConfigurations property: The list of network configurations.voidvalidate()Validates the instance.withNetworkInterfaceConfigurations(List<VirtualMachineScaleSetNetworkConfiguration> networkInterfaceConfigurations) Set the networkInterfaceConfigurations property: The list of network configurations.
-
Constructor Details
-
VirtualMachineScaleSetVMNetworkProfileConfiguration
public VirtualMachineScaleSetVMNetworkProfileConfiguration()Creates an instance of VirtualMachineScaleSetVMNetworkProfileConfiguration class.
-
-
Method Details
-
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.
-