Uses of Class
com.azure.resourcemanager.network.models.AvailableProvidersListCity
Packages that use AvailableProvidersListCity
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of AvailableProvidersListCity in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return AvailableProvidersListCityModifier and TypeMethodDescriptionstatic AvailableProvidersListCityAvailableProvidersListCity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AvailableProvidersListCity from the JsonReader.AvailableProvidersListCity.withCityName(String cityName) Set the cityName property: The city or town name.AvailableProvidersListCity.withProviders(List<String> providers) Set the providers property: A list of Internet service providers.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AvailableProvidersListCityModifier and TypeMethodDescriptionAvailableProvidersListState.cities()Get the cities property: List of available cities or towns in the state.Method parameters in com.azure.resourcemanager.network.models with type arguments of type AvailableProvidersListCityModifier and TypeMethodDescriptionAvailableProvidersListState.withCities(List<AvailableProvidersListCity> cities) Set the cities property: List of available cities or towns in the state.