Class AvailableProvidersListCountry
java.lang.Object
com.microsoft.azure.management.network.AvailableProvidersListCountry
Country details.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the country name.Get a list of Internet service providers.states()
Get list of available states in the country.withCountryName
(String countryName) Set the country name.withProviders
(List<String> providers) Set a list of Internet service providers.withStates
(List<AvailableProvidersListState> states) Set list of available states in the country.
-
Constructor Details
-
AvailableProvidersListCountry
public AvailableProvidersListCountry()
-
-
Method Details
-
countryName
Get the country name.- Returns:
- the countryName value
-
withCountryName
Set the country name.- Parameters:
countryName
- the countryName value to set- Returns:
- the AvailableProvidersListCountry 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 AvailableProvidersListCountry object itself.
-
states
Get list of available states in the country.- Returns:
- the states value
-
withStates
Set list of available states in the country.- Parameters:
states
- the states value to set- Returns:
- the AvailableProvidersListCountry object itself.
-