Class AvailableProvidersListState

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

public class AvailableProvidersListState extends Object
State details.
  • Constructor Details

    • AvailableProvidersListState

      public AvailableProvidersListState()
  • Method Details

    • stateName

      public String stateName()
      Get the state name.
      Returns:
      the stateName value
    • withStateName

      public AvailableProvidersListState withStateName(String stateName)
      Set the state name.
      Parameters:
      stateName - the stateName value to set
      Returns:
      the AvailableProvidersListState object itself.
    • providers

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

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

      public List<AvailableProvidersListCity> cities()
      Get list of available cities or towns in the state.
      Returns:
      the cities value
    • withCities

      Set list of available cities or towns in the state.
      Parameters:
      cities - the cities value to set
      Returns:
      the AvailableProvidersListState object itself.