Interface RegistryDockerTaskStep
-
- All Superinterfaces:
HasInnerModel<DockerTaskStep>,RegistryTaskStep
public interface RegistryDockerTaskStep extends HasInnerModel<DockerTaskStep>, RegistryTaskStep
An immutable client-side representation of an Azure RegistryDockerTaskStep registry task.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRegistryDockerTaskStep.DefinitionContainer interface for all the definitions related to a RegistryDockerTaskStep.static interfaceRegistryDockerTaskStep.DefinitionStagesGrouping of registry Docker task definition stages.static interfaceRegistryDockerTaskStep.UpdateContainer interface for all the updates related to a RegistryDockerTaskStep.static interfaceRegistryDockerTaskStep.UpdateStagesGrouping of registry Docker task update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Argument>arguments()StringdockerFilePath()List<String>imageNames()booleanisPushEnabled()booleannoCache()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.containerregistry.models.RegistryTaskStep
baseImageDependencies, contextPath
-
-
-
-
Method Detail
-
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
-
-