Interface RegistryDockerTaskStep
- All Superinterfaces:
HasInner<DockerTaskStep>
,RegistryTaskStep
@Beta(V1_17_0)
public interface RegistryDockerTaskStep
extends HasInner<DockerTaskStep>, RegistryTaskStep
An immutable client-side representation of an Azure RegistryDockerTaskStep registry task.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Container interface for all the definitions related to a RegistryDockerTaskStep.static interface
Grouping of registry Docker task definition stages.static interface
Container interface for all the updates related to a RegistryDockerTaskStep.static interface
Grouping of registry Docker task update stages. -
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.containerregistry.RegistryTaskStep
baseImageDependencies, contextPath
-
Method Details
-
imageNames
- Returns:
- the image names of this Docker task step
-
isPushEnabled
boolean isPushEnabled()- Returns:
- whether push is enabled for this Docker task step
-
noCache
boolean noCache()- Returns:
- whether there is no cache for this Docker task step
-
dockerFilePath
String dockerFilePath()- Returns:
- Docker file path for this Docker task step
-
arguments
- Returns:
- the arguments this Docker task step
-