Interface RegistryTask.DefinitionStages.Blank
-
- All Known Subinterfaces:
RegistryTask.Definition
- Enclosing interface:
- RegistryTask.DefinitionStages
public static interface RegistryTask.DefinitionStages.BlankThe first stage of a container registry task definition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryTask.DefinitionStages.LocationwithExistingRegistry(String resourceGroupName, String registryName)The parameters referencing an existing container registry under which this task resides.
-
-
-
Method Detail
-
withExistingRegistry
RegistryTask.DefinitionStages.Location withExistingRegistry(String resourceGroupName, String registryName)
The parameters referencing an existing container registry under which this task resides.- Parameters:
resourceGroupName- the name of the parent container registry resource group.registryName- the name of the existing container registry.- Returns:
- the next stage of the container registry task definition.
-
-