Class AvailableProvidersListParameters
java.lang.Object
com.microsoft.azure.management.network.AvailableProvidersListParameters
Constraints that determine the list of available Internet service providers.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a list of Azure regions.city()
Get the city or town for available providers list.country()
Get the country for available providers list.state()
Get the state for available providers list.withAzureLocations
(List<String> azureLocations) Set a list of Azure regions.Set the city or town for available providers list.withCountry
(String country) Set the country for available providers list.Set the state for available providers list.
-
Constructor Details
-
AvailableProvidersListParameters
public AvailableProvidersListParameters()
-
-
Method Details
-
azureLocations
Get a list of Azure regions.- Returns:
- the azureLocations value
-
withAzureLocations
Set a list of Azure regions.- Parameters:
azureLocations
- the azureLocations value to set- Returns:
- the AvailableProvidersListParameters object itself.
-
country
Get the country for available providers list.- Returns:
- the country value
-
withCountry
Set the country for available providers list.- Parameters:
country
- the country value to set- Returns:
- the AvailableProvidersListParameters object itself.
-
state
Get the state for available providers list.- Returns:
- the state value
-
withState
Set the state for available providers list.- Parameters:
state
- the state value to set- Returns:
- the AvailableProvidersListParameters object itself.
-
city
Get the city or town for available providers list.- Returns:
- the city value
-
withCity
Set the city or town for available providers list.- Parameters:
city
- the city value to set- Returns:
- the AvailableProvidersListParameters object itself.
-