Uses of Class
com.microsoft.azure.management.network.AvailableProvidersListState
Packages that use AvailableProvidersListState
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of AvailableProvidersListState in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return AvailableProvidersListStateModifier and TypeMethodDescriptionAvailableProvidersListState.withCities
(List<AvailableProvidersListCity> cities) Set list of available cities or towns in the state.AvailableProvidersListState.withProviders
(List<String> providers) Set a list of Internet service providers.AvailableProvidersListState.withStateName
(String stateName) Set the state name.Methods in com.microsoft.azure.management.network that return types with arguments of type AvailableProvidersListStateModifier and TypeMethodDescriptionAvailableProvidersListCountry.states()
Get list of available states in the country.Method parameters in com.microsoft.azure.management.network with type arguments of type AvailableProvidersListStateModifier and TypeMethodDescriptionAvailableProvidersListCountry.withStates
(List<AvailableProvidersListState> states) Set list of available states in the country.