Class NetworkVirtualAppliancePropertiesFormatNetworkProfile

java.lang.Object
com.azure.resourcemanager.network.models.NetworkVirtualAppliancePropertiesFormatNetworkProfile

public final class NetworkVirtualAppliancePropertiesFormatNetworkProfile extends Object
Network Profile containing configurations for Public and Private NIC.
  • Constructor Details

    • NetworkVirtualAppliancePropertiesFormatNetworkProfile

      public NetworkVirtualAppliancePropertiesFormatNetworkProfile()
      Creates an instance of NetworkVirtualAppliancePropertiesFormatNetworkProfile class.
  • Method Details

    • networkInterfaceConfigurations

      public List<VirtualApplianceNetworkInterfaceConfiguration> networkInterfaceConfigurations()
      Get the networkInterfaceConfigurations property: The networkInterfaceConfigurations property.
      Returns:
      the networkInterfaceConfigurations value.
    • withNetworkInterfaceConfigurations

      public NetworkVirtualAppliancePropertiesFormatNetworkProfile withNetworkInterfaceConfigurations(List<VirtualApplianceNetworkInterfaceConfiguration> networkInterfaceConfigurations)
      Set the networkInterfaceConfigurations property: The networkInterfaceConfigurations property.
      Parameters:
      networkInterfaceConfigurations - the networkInterfaceConfigurations value to set.
      Returns:
      the NetworkVirtualAppliancePropertiesFormatNetworkProfile object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.