Interface AvailableProviders.DefinitionStages.WithAzureLocations
- All Known Subinterfaces:
AvailableProviders.Definition, AvailableProviders.DefinitionStages.WithExecute, AvailableProviders.DefinitionStages.WithExecuteAndCity, AvailableProviders.DefinitionStages.WithExecuteAndCountry, AvailableProviders.DefinitionStages.WithExecuteAndState
- Enclosing interface:
AvailableProviders.DefinitionStages
public static interface AvailableProviders.DefinitionStages.WithAzureLocations
The first stage of available providers parameters definition.
-
Method Summary
Modifier and TypeMethodDescriptionwithAzureLocation(String azureLocation) Sets Azure region name.withAzureLocations(String... azureLocations) Set the list of Azure regions.
-
Method Details
-
withAzureLocations
Set the list of Azure regions. Note: this will overwrite locations if already set.- Parameters:
azureLocations- locations list- Returns:
- the AvailableProviders object itself.
-
withAzureLocation
Sets Azure region name. Note: this method has additive effect.- Parameters:
azureLocation- region name- Returns:
- the AvailableProviders object itself.
-