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

public final class FrontendUpdate extends Object
The type used for update operations of the Frontend.
  • Constructor Details

    • FrontendUpdate

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

    • tags

      public Map<String,String> tags()
      Get the tags property: Resource tags.
      Returns:
      the tags value.
    • withTags

      public FrontendUpdate withTags(Map<String,String> tags)
      Set the tags property: Resource tags.
      Parameters:
      tags - the tags value to set.
      Returns:
      the FrontendUpdate object itself.
    • properties

      public FrontendUpdateProperties properties()
      Get the properties property: The updatable properties of the Frontend.
      Returns:
      the properties value.
    • withProperties

      public FrontendUpdate withProperties(FrontendUpdateProperties properties)
      Set the properties property: The updatable properties of the Frontend.
      Parameters:
      properties - the properties value to set.
      Returns:
      the FrontendUpdate object itself.
    • validate

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