Interface RegistryFileTaskStep
-
- All Superinterfaces:
RegistryTaskStep
public interface RegistryFileTaskStep extends RegistryTaskStep
An immutable client-side representation of an Azure RegistryFileTaskStep registry task.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRegistryFileTaskStep.DefinitionContainer interface for all the definitions related to a RegistryFileTaskStep.static interfaceRegistryFileTaskStep.DefinitionStagesGrouping of registry file task definition stages.static interfaceRegistryFileTaskStep.UpdateContainer interface for all the updates related to a RegistryFileTaskStep.static interfaceRegistryFileTaskStep.UpdateStagesGrouping of registry file task update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringtaskFilePath()List<SetValue>values()StringvaluesFilePath()-
Methods inherited from interface com.azure.resourcemanager.containerregistry.models.RegistryTaskStep
baseImageDependencies, contextPath
-
-