RegistryTask.DefinitionStages.Location Interface

public static interface RegistryTask.DefinitionStages.Location

The stage of the container registry task definition allowing to specify location.

Method Summary

Modifier and Type Method and Description
abstract Platform withLocation(Region location)

The parameters specifying location of the container registry task.

abstract Platform withLocation(String location)

The parameters specifying location of the container registry task.

Method Details

withLocation

public abstract RegistryTask.DefinitionStages.Platform withLocation(Region location)

The parameters specifying location of the container registry task.

Parameters:

location - the location of the container registry task.

Returns:

the next stage of the container registry task definition.

withLocation

public abstract RegistryTask.DefinitionStages.Platform withLocation(String location)

The parameters specifying location of the container registry task.

Parameters:

location - the location of the container registry task.

Returns:

the next stage of the container registry task definition.

Applies to