Interface RegistryFileTaskStep
- All Superinterfaces:
RegistryTaskStep
An immutable client-side representation of an Azure RegistryFileTaskStep registry task.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions related to a RegistryFileTaskStep.static interfaceGrouping of registry file task definition stages.static interfaceContainer interface for all the updates related to a RegistryFileTaskStep.static interfaceGrouping of registry file task update stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the task file path of this file task step.values()Gets the values of this file task step.Gets the values file path of this file task step.Methods inherited from interface com.azure.resourcemanager.containerregistry.models.RegistryTaskStep
baseImageDependencies, contextPath
-
Method Details
-
taskFilePath
String taskFilePath()Gets the task file path of this file task step.- Returns:
- the task file path of this file task step
-
valuesFilePath
String valuesFilePath()Gets the values file path of this file task step.- Returns:
- the values file path of this file task step
-
values
Gets the values of this file task step.- Returns:
- the values of this file task step
-