Class AvailableProvidersListCity
java.lang.Object
com.microsoft.azure.management.network.AvailableProvidersListCity
City or town details.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncityName()
Get the city or town name.Get a list of Internet service providers.withCityName
(String cityName) Set the city or town name.withProviders
(List<String> providers) Set a list of Internet service providers.
-
Constructor Details
-
AvailableProvidersListCity
public AvailableProvidersListCity()
-
-
Method Details
-
cityName
Get the city or town name.- Returns:
- the cityName value
-
withCityName
Set the city or town name.- Parameters:
cityName
- the cityName value to set- Returns:
- the AvailableProvidersListCity 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 AvailableProvidersListCity object itself.
-