AvailableProvidersListParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.network.AvailableProvidersListParameters

public class AvailableProvidersListParameters

Constraints that determine the list of available Internet service providers.

Constructor Summary

Constructor Description
AvailableProvidersListParameters()

Method Summary

Modifier and Type Method and Description
java.util.List<java.lang.String> azureLocations()

Get a list of Azure regions.

java.lang.String city()

Get the city or town for available providers list.

java.lang.String country()

Get the country for available providers list.

java.lang.String state()

Get the state for available providers list.

AvailableProvidersListParameters withAzureLocations(List<String> azureLocations)

Set a list of Azure regions.

AvailableProvidersListParameters withCity(String city)

Set the city or town for available providers list.

AvailableProvidersListParameters withCountry(String country)

Set the country for available providers list.

AvailableProvidersListParameters withState(String state)

Set the state for available providers list.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

AvailableProvidersListParameters

public AvailableProvidersListParameters()

Method Details

azureLocations

public List azureLocations()

Get a list of Azure regions.

Returns:

the azureLocations value

city

public String city()

Get the city or town for available providers list.

Returns:

the city value

country

public String country()

Get the country for available providers list.

Returns:

the country value

state

public String state()

Get the state for available providers list.

Returns:

the state value

withAzureLocations

public AvailableProvidersListParameters withAzureLocations(List azureLocations)

Set a list of Azure regions.

Parameters:

azureLocations - the azureLocations value to set

Returns:

the AvailableProvidersListParameters object itself.

withCity

public AvailableProvidersListParameters withCity(String city)

Set the city or town for available providers list.

Parameters:

city - the city value to set

Returns:

the AvailableProvidersListParameters object itself.

withCountry

public AvailableProvidersListParameters withCountry(String country)

Set the country for available providers list.

Parameters:

country - the country value to set

Returns:

the AvailableProvidersListParameters object itself.

withState

public AvailableProvidersListParameters withState(String state)

Set the state for available providers list.

Parameters:

state - the state value to set

Returns:

the AvailableProvidersListParameters object itself.

Applies to