Class AvailableProvidersListState
java.lang.Object
com.microsoft.azure.management.network.AvailableProvidersListState
State details.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncities()
Get list of available cities or towns in the state.Get a list of Internet service providers.Get the state name.withCities
(List<AvailableProvidersListCity> cities) Set list of available cities or towns in the state.withProviders
(List<String> providers) Set a list of Internet service providers.withStateName
(String stateName) Set the state name.
-
Constructor Details
-
AvailableProvidersListState
public AvailableProvidersListState()
-
-
Method Details
-
stateName
Get the state name.- Returns:
- the stateName value
-
withStateName
Set the state name.- Parameters:
stateName
- the stateName value to set- Returns:
- the AvailableProvidersListState object itself.
-
providers
Get a list of Internet service providers.- Returns:
- the providers value
-
withProviders
Set a list of Internet service providers.- Parameters:
providers
- the providers value to set- Returns:
- the AvailableProvidersListState object itself.
-
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.
-