Uses of Class
com.azure.resourcemanager.network.models.AvailableProvidersListCountry
-
Packages that use AvailableProvidersListCountry Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 AvailableProvidersListCountry Modifier and Type Method Description List<AvailableProvidersListCountry>AvailableProvidersListInner. countries()Get the countries property: List of available countries.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type AvailableProvidersListCountry Modifier and Type Method Description AvailableProvidersListInnerAvailableProvidersListInner. 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 AvailableProvidersListCountry Modifier and Type Method Description AvailableProvidersListCountryAvailableProvidersListCountry. withCountryName(String countryName)Set the countryName property: The country name.AvailableProvidersListCountryAvailableProvidersListCountry. withProviders(List<String> providers)Set the providers property: A list of Internet service providers.AvailableProvidersListCountryAvailableProvidersListCountry. 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 AvailableProvidersListCountry Modifier and Type Method Description Map<String,AvailableProvidersListCountry>AvailableProviders. providersByCountry()
-