Class AvailableProvidersListParameters
- java.lang.Object
-
- com.azure.resourcemanager.network.models.AvailableProvidersListParameters
-
public final class AvailableProvidersListParameters extends Object
Constraints that determine the list of available Internet service providers.
-
-
Constructor Summary
Constructors Constructor Description AvailableProvidersListParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>azureLocations()Get the azureLocations property: A list of Azure regions.Stringcity()Get the city property: The city or town for available providers list.Stringcountry()Get the country property: The country for available providers list.Stringstate()Get the state property: The state for available providers list.voidvalidate()Validates the instance.AvailableProvidersListParameterswithAzureLocations(List<String> azureLocations)Set the azureLocations property: A list of Azure regions.AvailableProvidersListParameterswithCity(String city)Set the city property: The city or town for available providers list.AvailableProvidersListParameterswithCountry(String country)Set the country property: The country for available providers list.AvailableProvidersListParameterswithState(String state)Set the state property: The state for available providers list.
-
-
-
Method Detail
-
azureLocations
public List<String> azureLocations()
Get the azureLocations property: A list of Azure regions.- Returns:
- the azureLocations value.
-
withAzureLocations
public AvailableProvidersListParameters withAzureLocations(List<String> azureLocations)
Set the azureLocations property: A list of Azure regions.- Parameters:
azureLocations- the azureLocations value to set.- Returns:
- the AvailableProvidersListParameters object itself.
-
country
public String country()
Get the country property: The country for available providers list.- Returns:
- the country value.
-
withCountry
public AvailableProvidersListParameters withCountry(String country)
Set the country property: The country for available providers list.- Parameters:
country- the country value to set.- Returns:
- the AvailableProvidersListParameters object itself.
-
state
public String state()
Get the state property: The state for available providers list.- Returns:
- the state value.
-
withState
public AvailableProvidersListParameters withState(String state)
Set the state property: The state for available providers list.- Parameters:
state- the state value to set.- Returns:
- the AvailableProvidersListParameters object itself.
-
city
public String city()
Get the city property: The city or town for available providers list.- Returns:
- the city value.
-
withCity
public AvailableProvidersListParameters withCity(String city)
Set the city property: The city or town for available providers list.- Parameters:
city- the city value to set.- Returns:
- the AvailableProvidersListParameters object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-