Class FrontendPropertiesIpAddress

java.lang.Object
com.azure.resourcemanager.servicenetworking.models.FrontendPropertiesIpAddress

public final class FrontendPropertiesIpAddress extends Object
Frontend IP Address.
  • Constructor Details

    • FrontendPropertiesIpAddress

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

    • id

      public String id()
      Get the id property: IP Address.
      Returns:
      the id value.
    • withId

      public FrontendPropertiesIpAddress withId(String id)
      Set the id property: IP Address.
      Parameters:
      id - the id value to set.
      Returns:
      the FrontendPropertiesIpAddress object itself.
    • validate

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