Class AvailableProvidersListInner
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.AvailableProvidersListInner
-
public final class AvailableProvidersListInner extends Object
List of available countries with details.
-
-
Constructor Summary
Constructors Constructor Description AvailableProvidersListInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AvailableProvidersListCountry>countries()Get the countries property: List of available countries.voidvalidate()Validates the instance.AvailableProvidersListInnerwithCountries(List<AvailableProvidersListCountry> countries)Set the countries property: List of available countries.
-
-
-
Method Detail
-
countries
public List<AvailableProvidersListCountry> countries()
Get the countries property: List of available countries.- Returns:
- the countries value.
-
withCountries
public AvailableProvidersListInner withCountries(List<AvailableProvidersListCountry> countries)
Set the countries property: List of available countries.- Parameters:
countries- the countries value to set.- Returns:
- the AvailableProvidersListInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-