Dela via


Formula.DefinitionStages.WithLocation Interface

public static interface Formula.DefinitionStages.WithLocation

The stage of the Formula definition allowing to specify location.

Method Summary

Modifier and Type Method and Description
abstract WithParentResource withRegion(Region location)

Specifies the region for the resource.

abstract WithParentResource withRegion(String location)

Specifies the region for the resource.

Method Details

withRegion

public abstract Formula.DefinitionStages.WithParentResource withRegion(Region location)

Specifies the region for the resource.

Parameters:

location - The geo-location where the resource lives.

Returns:

the next definition stage.

withRegion

public abstract Formula.DefinitionStages.WithParentResource withRegion(String location)

Specifies the region for the resource.

Parameters:

location - The geo-location where the resource lives.

Returns:

the next definition stage.

Applies to