| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AvailableProvidersListState |
AvailableProvidersListState.withCities(List<AvailableProvidersListCity> cities)
Set list of available cities or towns in the state.
|
AvailableProvidersListState |
AvailableProvidersListState.withProviders(List<String> providers)
Set a list of Internet service providers.
|
AvailableProvidersListState |
AvailableProvidersListState.withStateName(String stateName)
Set the state name.
|
| Modifier and Type | Method and Description |
|---|---|
List<AvailableProvidersListState> |
AvailableProvidersListCountry.states()
Get list of available states in the country.
|
| Modifier and Type | Method and Description |
|---|---|
AvailableProvidersListCountry |
AvailableProvidersListCountry.withStates(List<AvailableProvidersListState> states)
Set list of available states in the country.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/