VirtualMachineScaleSetVMNetworkProfileConfiguration Class

  • java.lang.Object
    • com.azure.resourcemanager.compute.models.VirtualMachineScaleSetVMNetworkProfileConfiguration

public final class VirtualMachineScaleSetVMNetworkProfileConfiguration

Describes a virtual machine scale set VM network profile.

Constructor Summary

Constructor Description
VirtualMachineScaleSetVMNetworkProfileConfiguration()

Creates an instance of VirtualMachineScaleSetVMNetworkProfileConfiguration class.

Method Summary

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

Get the networkInterfaceConfigurations property: The list of network configurations.

void validate()

Validates the instance.

VirtualMachineScaleSetVMNetworkProfileConfiguration withNetworkInterfaceConfigurations(List<VirtualMachineScaleSetNetworkConfiguration> networkInterfaceConfigurations)

Set the networkInterfaceConfigurations property: The list of network configurations.

Methods inherited from java.lang.Object

Constructor Details

VirtualMachineScaleSetVMNetworkProfileConfiguration

public VirtualMachineScaleSetVMNetworkProfileConfiguration()

Creates an instance of VirtualMachineScaleSetVMNetworkProfileConfiguration class.

Method Details

networkInterfaceConfigurations

public List networkInterfaceConfigurations()

Get the networkInterfaceConfigurations property: The list of network configurations.

Returns:

the networkInterfaceConfigurations value.

validate

public void validate()

Validates the instance.

withNetworkInterfaceConfigurations

public VirtualMachineScaleSetVMNetworkProfileConfiguration withNetworkInterfaceConfigurations(List networkInterfaceConfigurations)

Set the networkInterfaceConfigurations property: The list of network configurations.

Parameters:

networkInterfaceConfigurations - the networkInterfaceConfigurations value to set.

Returns:

the VirtualMachineScaleSetVMNetworkProfileConfiguration object itself.

Applies to