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()
Gets the base image dependencies. |
abstract String |
contextPath()
Gets the context path. |
Method Details
baseImageDependencies
public abstract List
Gets the base image dependencies.
Returns:
the base image dependencies of this RegistryTaskStep
contextPath
public abstract String contextPath()
Gets the context path.
Returns:
the context path of this RegistryTaskStep
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java