Uses of Interface
com.azure.resourcemanager.containerregistry.models.RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable
Packages that use RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable in com.azure.resourcemanager.containerregistry.models
Subinterfaces of RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable in com.azure.resourcemanager.containerregistry.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions related to a RegistryDockerTaskStep.Methods in com.azure.resourcemanager.containerregistry.models that return RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachableModifier and TypeMethodDescriptionRegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable.withCacheEnabled(boolean enabled) The function that specifies the use of a cache based on user input parameter.RegistryDockerTaskStep.DefinitionStages.DockerFilePath.withDockerFilePath(String path) The function that specifies the path to the Docker file.RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable.withImageNames(List<String> imageNames) The function that specifies the list of image names.RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable.withOverridingArgument(String name, OverridingArgument overridingArgument) The function that specifies the overriding argument and what it will override.RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable.withOverridingArguments(Map<String, OverridingArgument> overridingArguments) The function that specifies the overriding arguments and what they will override.RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable.withPushEnabled(boolean enabled) The function that enables push depending on user input parameter.