RegistryTask.DefinitionStages.Blank Interface
public static interface RegistryTask.DefinitionStages.Blank
The first stage of a container registry task definition.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Location |
withExistingRegistry(String resourceGroupName, String registryName)
The parameters referencing an existing container registry under which this task resides. |
Method Details
withExistingRegistry
public abstract 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.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java