public final class AvailableProvidersListParameters extends Object
| Constructor and Description |
|---|
AvailableProvidersListParameters() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
azureLocations()
Get the azureLocations property: A list of Azure regions.
|
String |
city()
Get the city property: The city or town for available providers list.
|
String |
country()
Get the country property: The country for available providers list.
|
String |
state()
Get the state property: The state for available providers list.
|
void |
validate()
Validates the instance.
|
AvailableProvidersListParameters |
withAzureLocations(List<String> azureLocations)
Set the azureLocations property: A list of Azure regions.
|
AvailableProvidersListParameters |
withCity(String city)
Set the city property: The city or town for available providers list.
|
AvailableProvidersListParameters |
withCountry(String country)
Set the country property: The country for available providers list.
|
AvailableProvidersListParameters |
withState(String state)
Set the state property: The state for available providers list.
|
public List<String> azureLocations()
public AvailableProvidersListParameters withAzureLocations(List<String> azureLocations)
azureLocations - the azureLocations value to set.public String country()
public AvailableProvidersListParameters withCountry(String country)
country - the country value to set.public String state()
public AvailableProvidersListParameters withState(String state)
state - the state value to set.public String city()
public AvailableProvidersListParameters withCity(String city)
city - the city value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.