Interface RegistryTask.DefinitionStages.Location
-
- All Known Subinterfaces:
RegistryTask.Definition
- Enclosing interface:
- RegistryTask.DefinitionStages
public static interface RegistryTask.DefinitionStages.LocationThe stage of the container registry task definition allowing to specify location.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryTask.DefinitionStages.PlatformwithLocation(com.azure.core.management.Region location)The parameters specifying location of the container registry task.RegistryTask.DefinitionStages.PlatformwithLocation(String location)The parameters specifying location of the container registry task.
-
-
-
Method Detail
-
withLocation
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.
-
withLocation
RegistryTask.DefinitionStages.Platform withLocation(com.azure.core.management.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.
-
-