Uses of Interface
com.azure.resourcemanager.containerregistry.models.RegistryTaskRun.DefinitionStages.RegistryTaskRunRequest
Packages that use RegistryTaskRun.DefinitionStages.RegistryTaskRunRequest
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of RegistryTaskRun.DefinitionStages.RegistryTaskRunRequest in com.azure.resourcemanager.containerregistry.models
Subinterfaces of RegistryTaskRun.DefinitionStages.RegistryTaskRunRequest in com.azure.resourcemanager.containerregistry.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions related to a RegistryTaskRun.Methods in com.azure.resourcemanager.containerregistry.models that return RegistryTaskRun.DefinitionStages.RegistryTaskRunRequestModifier and TypeMethodDescriptionRegistryTaskRun.DefinitionStages.RegistryTaskRunRequest.withArchiveEnabled(boolean enabled) The function that specifies archiving will or will not be enabled.RegistryTaskRun.DefinitionStages.RegistryTaskRunRequest.withOverridingValue(String name, OverridingValue overridingValue) The function that specifies whether a single value will be overridden and what it will be overridden by.RegistryTaskRun.DefinitionStages.RegistryTaskRunRequest.withOverridingValues(Map<String, OverridingValue> overridingValues) The function that specifies whether there are any values that will be overridden and what they will be overridden by.RegistryTaskRun.DefinitionStages.PlatformAltTaskRunRequest.withTaskRunRequest(String taskName) The function that specifies the name of the existing task to run.