Class NetworkProfile

java.lang.Object
com.microsoft.azure.management.compute.NetworkProfile

public class NetworkProfile extends Object
Specifies the network interfaces of the virtual machine.
  • Constructor Details

    • NetworkProfile

      public NetworkProfile()
  • Method Details

    • networkInterfaces

      public List<NetworkInterfaceReference> networkInterfaces()
      Get specifies the list of resource Ids for the network interfaces associated with the virtual machine.
      Returns:
      the networkInterfaces value
    • withNetworkInterfaces

      public NetworkProfile withNetworkInterfaces(List<NetworkInterfaceReference> networkInterfaces)
      Set specifies the list of resource Ids for the network interfaces associated with the virtual machine.
      Parameters:
      networkInterfaces - the networkInterfaces value to set
      Returns:
      the NetworkProfile object itself.