DeploymentExtended.DefinitionStages.WithLocation Interface

public static interface DeploymentExtended.DefinitionStages.WithLocation

The stage of the DeploymentExtended definition allowing to specify location.

Method Summary

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

Specifies the region for the resource.

abstract WithCreate withRegion(String location)

Specifies the region for the resource.

Method Details

withRegion

public abstract DeploymentExtended.DefinitionStages.WithCreate withRegion(Region location)

Specifies the region for the resource.

Parameters:

location - The location to store the deployment data.

Returns:

the next definition stage.

withRegion

public abstract DeploymentExtended.DefinitionStages.WithCreate withRegion(String location)

Specifies the region for the resource.

Parameters:

location - The location to store the deployment data.

Returns:

the next definition stage.

Applies to