Class VirtualApplianceIpConfiguration

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

public final class VirtualApplianceIpConfiguration extends Object
Represents a single IP configuration.
  • Constructor Details

    • VirtualApplianceIpConfiguration

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

    • name

      public String name()
      Get the name property: Name of the IP configuration.
      Returns:
      the name value.
    • withName

      public VirtualApplianceIpConfiguration withName(String name)
      Set the name property: Name of the IP configuration.
      Parameters:
      name - the name value to set.
      Returns:
      the VirtualApplianceIpConfiguration object itself.
    • properties

      Get the properties property: Represents a single IP configuration properties.
      Returns:
      the properties value.
    • withProperties

      Set the properties property: Represents a single IP configuration properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the VirtualApplianceIpConfiguration object itself.
    • validate

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