RegistryTaskRun.DefinitionStages.BlankFromRuns Interface
public static interface RegistryTaskRun.DefinitionStages.BlankFromRuns
The first stage of a RegistryTaskRun definition if definition is originating from a call on an existing RegistryTaskRun.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Platform |
withExistingRegistry(String resourceGroupName, String registryName)
The function that specifies the registry this task run is called on. |
Method Details
withExistingRegistry
public abstract RegistryTaskRun.DefinitionStages.PlatformAltTaskRunRequest withExistingRegistry(String resourceGroupName, String registryName)
The function that specifies the registry this task run is called on.
Parameters:
resourceGroupName
- the name of the resource group of the registry.
registryName
- the name of the registry.
Returns:
the next stage of the container registry task run definition.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java