Uses of Class
com.azure.resourcemanager.network.models.AvailableProvidersListState
-
Packages that use AvailableProvidersListState Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of AvailableProvidersListState in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return AvailableProvidersListState Modifier and Type Method Description AvailableProvidersListStateAvailableProvidersListState. withCities(List<AvailableProvidersListCity> cities)Set the cities property: List of available cities or towns in the state.AvailableProvidersListStateAvailableProvidersListState. withProviders(List<String> providers)Set the providers property: A list of Internet service providers.AvailableProvidersListStateAvailableProvidersListState. withStateName(String stateName)Set the stateName property: The state name.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AvailableProvidersListState Modifier and Type Method Description List<AvailableProvidersListState>AvailableProvidersListCountry. states()Get the states property: List of available states in the country.Method parameters in com.azure.resourcemanager.network.models with type arguments of type AvailableProvidersListState Modifier and Type Method Description AvailableProvidersListCountryAvailableProvidersListCountry. withStates(List<AvailableProvidersListState> states)Set the states property: List of available states in the country.
-