Class AvailableProvidersListCity

java.lang.Object
com.microsoft.azure.management.network.AvailableProvidersListCity

public class AvailableProvidersListCity extends Object
City or town details.
  • Constructor Details

    • AvailableProvidersListCity

      public AvailableProvidersListCity()
  • Method Details

    • cityName

      public String cityName()
      Get the city or town name.
      Returns:
      the cityName value
    • withCityName

      public AvailableProvidersListCity withCityName(String cityName)
      Set the city or town name.
      Parameters:
      cityName - the cityName value to set
      Returns:
      the AvailableProvidersListCity object itself.
    • providers

      public List<String> providers()
      Get a list of Internet service providers.
      Returns:
      the providers value
    • withProviders

      public AvailableProvidersListCity withProviders(List<String> providers)
      Set a list of Internet service providers.
      Parameters:
      providers - the providers value to set
      Returns:
      the AvailableProvidersListCity object itself.