RegistryTaskStep Interface
public interface RegistryTaskStep
An immutable client-side representation of an Azure RegistryTaskStep registry task.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
List<Base |
baseImageDependencies() |
abstract String | contextPath() |
Method Details
baseImageDependencies
public abstract List
Returns:
the base image dependencies of this RegistryTaskStep
contextPath
public abstract String contextPath()
Returns:
the context path of this RegistryTaskStep
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java