Uses of Class
com.microsoft.azure.management.network.AvailableProvidersListCity
-
Packages that use AvailableProvidersListCity Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of AvailableProvidersListCity in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return AvailableProvidersListCity Modifier and Type Method Description AvailableProvidersListCityAvailableProvidersListCity. withCityName(String cityName)Set the cityName value.AvailableProvidersListCityAvailableProvidersListCity. withProviders(List<String> providers)Set the providers value.Methods in com.microsoft.azure.management.network that return types with arguments of type AvailableProvidersListCity Modifier and Type Method Description List<AvailableProvidersListCity>AvailableProvidersListState. cities()Get the cities value.Method parameters in com.microsoft.azure.management.network with type arguments of type AvailableProvidersListCity Modifier and Type Method Description AvailableProvidersListStateAvailableProvidersListState. withCities(List<AvailableProvidersListCity> cities)Set the cities value.
-