Uses of Class
com.azure.resourcemanager.network.models.AvailableProvidersListCity
-
Packages that use AvailableProvidersListCity Package Description com.azure.resourcemanager.network.models 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 AvailableProvidersListCity Modifier and Type Method Description AvailableProvidersListCityAvailableProvidersListCity. withCityName(String cityName)Set the cityName property: The city or town name.AvailableProvidersListCityAvailableProvidersListCity. 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 AvailableProvidersListCity Modifier and Type Method Description List<AvailableProvidersListCity>AvailableProvidersListState. 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 AvailableProvidersListCity Modifier and Type Method Description AvailableProvidersListStateAvailableProvidersListState. withCities(List<AvailableProvidersListCity> cities)Set the cities property: List of available cities or towns in the state.
-