get Extended Locations
suspend fun getExtendedLocations(argument: GetExtendedLocationsPlainArgs): GetExtendedLocationsResult
This data source return the available Extended Locations for a specific Azure Region.
Example Usage
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azure.core.CoreFunctions;
import com.pulumi.azure.core.inputs.GetExtendedLocationsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = CoreFunctions.getExtendedLocations(GetExtendedLocationsArgs.builder()
.location("West Europe")
.build());
}
}
Content copied to clipboard
Return
A collection of values returned by getExtendedLocations.
Parameters
argument
A collection of arguments for invoking getExtendedLocations.
Return
A collection of values returned by getExtendedLocations.
See also
Parameters
location
The Azure location to retrieve the Extended Locations for.
suspend fun getExtendedLocations(argument: suspend GetExtendedLocationsPlainArgsBuilder.() -> Unit): GetExtendedLocationsResult
Return
A collection of values returned by getExtendedLocations.
See also
Parameters
argument
Builder for com.pulumi.azure.core.kotlin.inputs.GetExtendedLocationsPlainArgs.