Class AvailableProvidersListParameters
java.lang.Object
com.azure.resourcemanager.network.models.AvailableProvidersListParameters
Constraints that determine the list of available Internet service providers.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AvailableProvidersListParameters class. -
Method Summary
Modifier and TypeMethodDescriptionGet the azureLocations property: A list of Azure regions.city()Get the city property: The city or town for available providers list.country()Get the country property: The country for available providers list.state()Get the state property: The state for available providers list.voidvalidate()Validates the instance.withAzureLocations(List<String> azureLocations) Set the azureLocations property: A list of Azure regions.Set the city property: The city or town for available providers list.withCountry(String country) Set the country property: The country for available providers list.Set the state property: The state for available providers list.
-
Constructor Details
-
AvailableProvidersListParameters
public AvailableProvidersListParameters()Creates an instance of AvailableProvidersListParameters class.
-
-
Method Details
-
azureLocations
Get the azureLocations property: A list of Azure regions.- Returns:
- the azureLocations value.
-
withAzureLocations
Set the azureLocations property: A list of Azure regions.- Parameters:
azureLocations- the azureLocations value to set.- Returns:
- the AvailableProvidersListParameters object itself.
-
country
Get the country property: The country for available providers list.- Returns:
- the country value.
-
withCountry
Set the country property: The country for available providers list.- Parameters:
country- the country value to set.- Returns:
- the AvailableProvidersListParameters object itself.
-
state
Get the state property: The state for available providers list.- Returns:
- the state value.
-
withState
Set the state property: The state for available providers list.- Parameters:
state- the state value to set.- Returns:
- the AvailableProvidersListParameters object itself.
-
city
Get the city property: The city or town for available providers list.- Returns:
- the city value.
-
withCity
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.
-