Uses of Interface
com.azure.resourcemanager.containerregistry.models.RegistryTaskRun.DefinitionStages.RunRequestExecutable
Packages that use RegistryTaskRun.DefinitionStages.RunRequestExecutable
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of RegistryTaskRun.DefinitionStages.RunRequestExecutable in com.azure.resourcemanager.containerregistry.models
Subinterfaces of RegistryTaskRun.DefinitionStages.RunRequestExecutable in com.azure.resourcemanager.containerregistry.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions related to a RegistryTaskRun.static interfaceThe stage of the container registry task definition for TaskRunRequests that allows the user to specify overriding values and whether archiving is enabled or not.static interfaceThe stage of the container registry task run definition which contains all the minimum required inputs for the resource to be executed if the task run request type is either file, encoded, or Docker, but also allows for any other optional settings to be specified.Methods in com.azure.resourcemanager.containerregistry.models that return RegistryTaskRun.DefinitionStages.RunRequestExecutableModifier and TypeMethodDescriptionRegistryTaskRun.DefinitionStages.Archive.withArchiveEnabled(boolean enabled) The function that specifies archiving is enabled or disabled.RegistryTaskRun.DefinitionStages.AgentConfiguration.withCpuCount(int count) The function that specifies the count of the CPU.