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