Uses of Interface
com.azure.resourcemanager.containerregistry.models.RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable in com.azure.resourcemanager.containerregistry.models
Subinterfaces of RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable in com.azure.resourcemanager.containerregistry.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions related to a registry Docker task run request.Methods in com.azure.resourcemanager.containerregistry.models that return RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachableModifier and TypeMethodDescriptionRegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable.withCacheEnabled(boolean enabled) The function that specifies a cache will be used or not.RegistryDockerTaskRunRequest.DefinitionStages.DockerFilePath.withDockerFilePath(String path) The function that specifies the path to the Docker file.RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable.withImageNames(List<String> imageNames) The function that specifies the list of image names.RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable.withOverridingArgument(String name, OverridingArgument overridingArgument) The function that specifies the overriding argument and what it will override.RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable.withOverridingArguments(Map<String, OverridingArgument> overridingArguments) The function that specifies the overriding arguments and what they will override.RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable.withPushEnabled(boolean enabled) The function that specifies push is enabled or not.