Class AvailableProvidersListParameters

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

public class AvailableProvidersListParameters extends Object
Constraints that determine the list of available Internet service providers.
  • Constructor Details

    • AvailableProvidersListParameters

      public AvailableProvidersListParameters()
  • Method Details

    • azureLocations

      public List<String> azureLocations()
      Get a list of Azure regions.
      Returns:
      the azureLocations value
    • withAzureLocations

      public AvailableProvidersListParameters withAzureLocations(List<String> azureLocations)
      Set a list of Azure regions.
      Parameters:
      azureLocations - the azureLocations value to set
      Returns:
      the AvailableProvidersListParameters object itself.
    • country

      public String country()
      Get the country for available providers list.
      Returns:
      the country value
    • 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.
    • state

      public String state()
      Get the state for available providers list.
      Returns:
      the state value
    • 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.
    • city

      public String city()
      Get the city or town for available providers list.
      Returns:
      the city value
    • 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.