Uses of Class
com.azure.resourcemanager.network.models.AvailableProvidersListCountry
Packages that use AvailableProvidersListCountry
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of AvailableProvidersListCountry in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type AvailableProvidersListCountryModifier and TypeMethodDescriptionAvailableProvidersListInner.countries()Get the countries property: List of available countries.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type AvailableProvidersListCountryModifier and TypeMethodDescriptionAvailableProvidersListInner.withCountries(List<AvailableProvidersListCountry> countries) Set the countries property: List of available countries. -
Uses of AvailableProvidersListCountry in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return AvailableProvidersListCountryModifier and TypeMethodDescriptionAvailableProvidersListCountry.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AvailableProvidersListCountry from the JsonReader.AvailableProvidersListCountry.withCountryName(String countryName) Set the countryName property: The country name.AvailableProvidersListCountry.withProviders(List<String> providers) Set the providers property: A list of Internet service providers.AvailableProvidersListCountry.withStates(List<AvailableProvidersListState> states) Set the states property: List of available states in the country.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AvailableProvidersListCountryModifier and TypeMethodDescriptionAvailableProviders.providersByCountry()Gets read-only map of available internet providers.