Uses of Class
com.azure.resourcemanager.network.models.AvailableProvidersListState
Packages that use AvailableProvidersListState
Package
Description
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 AvailableProvidersListStateModifier and TypeMethodDescriptionstatic AvailableProvidersListStateAvailableProvidersListState.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AvailableProvidersListState from the JsonReader.AvailableProvidersListState.withCities(List<AvailableProvidersListCity> cities) Set the cities property: List of available cities or towns in the state.AvailableProvidersListState.withProviders(List<String> providers) Set the providers property: A list of Internet service providers.AvailableProvidersListState.withStateName(String stateName) Set the stateName property: The state name.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AvailableProvidersListStateModifier and TypeMethodDescriptionAvailableProvidersListCountry.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 AvailableProvidersListStateModifier and TypeMethodDescriptionAvailableProvidersListCountry.withStates(List<AvailableProvidersListState> states) Set the states property: List of available states in the country.