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