VirtualMachineScaleSetNetworkInterface Interface

public interface VirtualMachineScaleSetNetworkInterface extends NetworkInterfaceBase,Resource,Refreshable

Virtual machine scale set network interface.

Method Summary

Modifier and Type Method and Description
Map<String, VirtualMachineScaleSetNicIPConfiguration> ipConfigurations()
VirtualMachineScaleSetNicIPConfiguration primaryIPConfiguration()

Inherited Members

Method Details

ipConfigurations

public Map ipConfigurations()

Returns:

the IP configurations of this network interface, indexed by their names

primaryIPConfiguration

public VirtualMachineScaleSetNicIPConfiguration primaryIPConfiguration()

Returns:

the primary IP configuration of this network interface

Applies to