AvailableProviders.DefinitionStages.WithAzureLocations Interface

public static interface AvailableProviders.DefinitionStages.WithAzureLocations

The first stage of available providers parameters definition.

Method Summary

Modifier and Type Method and Description
abstract WithExecuteAndCountry withAzureLocation(String azureLocation)

Sets Azure region name.

abstract WithExecute withAzureLocations(String[] azureLocations)

Set the list of Azure regions.

Method Details

withAzureLocation

public abstract AvailableProviders.DefinitionStages.WithExecuteAndCountry withAzureLocation(String azureLocation)

Sets Azure region name. Note: this method has additive effect.

Parameters:

azureLocation - region name

Returns:

the AvailableProviders object itself.

withAzureLocations

public abstract AvailableProviders.DefinitionStages.WithExecute withAzureLocations(String[] azureLocations)

Set the list of Azure regions. Note: this will overwrite locations if already set.

Parameters:

azureLocations - locations list

Returns:

the AvailableProviders object itself.

Applies to