Class AvailableProvidersListCountry

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

public class AvailableProvidersListCountry extends Object
Country details.
  • Constructor Details

    • AvailableProvidersListCountry

      public AvailableProvidersListCountry()
  • Method Details

    • countryName

      public String countryName()
      Get the country name.
      Returns:
      the countryName value
    • withCountryName

      public AvailableProvidersListCountry withCountryName(String countryName)
      Set the country name.
      Parameters:
      countryName - the countryName value to set
      Returns:
      the AvailableProvidersListCountry object itself.
    • providers

      public List<String> providers()
      Get a list of Internet service providers.
      Returns:
      the providers value
    • withProviders

      public AvailableProvidersListCountry withProviders(List<String> providers)
      Set a list of Internet service providers.
      Parameters:
      providers - the providers value to set
      Returns:
      the AvailableProvidersListCountry object itself.
    • states

      Get list of available states in the country.
      Returns:
      the states value
    • withStates

      Set list of available states in the country.
      Parameters:
      states - the states value to set
      Returns:
      the AvailableProvidersListCountry object itself.