Uses of Class
com.azure.resourcemanager.containerregistry.models.RunType
Packages that use RunType
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of RunType in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return RunTypeModifier and TypeMethodDescriptionRunInner.runType()Get the runType property: The type of run.RunProperties.runType()Get the runType property: The type of run.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type RunTypeModifier and TypeMethodDescriptionRunInner.withRunType(RunType runType) Set the runType property: The type of run.RunProperties.withRunType(RunType runType) Set the runType property: The type of run. -
Uses of RunType in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as RunTypeModifier and TypeFieldDescriptionstatic final RunTypeRunType.AUTO_BUILDStatic value AutoBuild for RunType.static final RunTypeRunType.AUTO_RUNStatic value AutoRun for RunType.static final RunTypeRunType.QUICK_BUILDStatic value QuickBuild for RunType.static final RunTypeRunType.QUICK_RUNStatic value QuickRun for RunType.Methods in com.azure.resourcemanager.containerregistry.models that return RunTypeModifier and TypeMethodDescriptionstatic RunTypeRunType.fromString(String name) Creates or finds a RunType from its string representation.RegistryTaskRun.runType()Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type RunTypeModifier and TypeMethodDescriptionstatic Collection<RunType>RunType.values()Gets known RunType values.