AvailableProvidersListInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. AvailableProvidersListInner
- com.
Implements
public final class AvailableProvidersListInner
implements JsonSerializable<AvailableProvidersListInner>
List of available countries with details.
Constructor Summary
Constructor | Description |
---|---|
AvailableProvidersListInner() |
Creates an instance of Available |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Available |
countries()
Get the countries property: List of available countries. |
static
Available |
fromJson(JsonReader jsonReader)
Reads an instance of Available |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Available |
withCountries(List<AvailableProvidersListCountry> countries)
Set the countries property: List of available countries. |
Methods inherited from java.lang.Object
Constructor Details
AvailableProvidersListInner
public AvailableProvidersListInner()
Creates an instance of AvailableProvidersListInner class.
Method Details
countries
public List
Get the countries property: List of available countries.
Returns:
fromJson
public static AvailableProvidersListInner fromJson(JsonReader jsonReader)
Reads an instance of AvailableProvidersListInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withCountries
public AvailableProvidersListInner withCountries(List
Set the countries property: List of available countries.
Parameters:
Returns:
Applies to
Azure SDK for Java