Class ExtendedLocation

java.lang.Object
com.azure.resourcemanager.appservice.models.ExtendedLocation

public final class ExtendedLocation extends Object
Extended Location.
  • Constructor Details

    • ExtendedLocation

      public ExtendedLocation()
  • Method Details

    • name

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

      public ExtendedLocation withName(String name)
      Set the name property: Name of extended location.
      Parameters:
      name - the name value to set.
      Returns:
      the ExtendedLocation object itself.
    • type

      public String type()
      Get the type property: Type of extended location.
      Returns:
      the type value.
    • validate

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