Class AvailableProvidersListInner
java.lang.Object
com.azure.resourcemanager.network.fluent.models.AvailableProvidersListInner
List of available countries with details.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AvailableProvidersListInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the countries property: List of available countries.voidvalidate()Validates the instance.withCountries(List<AvailableProvidersListCountry> countries) Set the countries property: List of available countries.
-
Constructor Details
-
AvailableProvidersListInner
public AvailableProvidersListInner()Creates an instance of AvailableProvidersListInner class.
-
-
Method Details
-
countries
Get the countries property: List of available countries.- Returns:
- the countries value.
-
withCountries
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.
-