Uses of Class
com.azure.resourcemanager.containerregistry.models.RunStatus
Packages that use RunStatus
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of RunStatus in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return RunStatusModifier and TypeMethodDescriptionRunInner.status()Get the status property: The current status of the run.RunProperties.status()Get the status property: The current status of the run.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type RunStatusModifier and TypeMethodDescriptionRunInner.withStatus(RunStatus status) Set the status property: The current status of the run.RunProperties.withStatus(RunStatus status) Set the status property: The current status of the run. -
Uses of RunStatus in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as RunStatusModifier and TypeFieldDescriptionstatic final RunStatusRunStatus.CANCELEDStatic value Canceled for RunStatus.static final RunStatusRunStatus.ERRORStatic value Error for RunStatus.static final RunStatusRunStatus.FAILEDStatic value Failed for RunStatus.static final RunStatusRunStatus.QUEUEDStatic value Queued for RunStatus.static final RunStatusRunStatus.RUNNINGStatic value Running for RunStatus.static final RunStatusRunStatus.STARTEDStatic value Started for RunStatus.static final RunStatusRunStatus.SUCCEEDEDStatic value Succeeded for RunStatus.static final RunStatusRunStatus.TIMEOUTStatic value Timeout for RunStatus.Methods in com.azure.resourcemanager.containerregistry.models that return RunStatusModifier and TypeMethodDescriptionstatic RunStatusRunStatus.fromString(String name) Creates or finds a RunStatus from its string representation.RegistryTaskRun.status()Gets the status of the run request.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type RunStatusModifier and TypeMethodDescriptionstatic Collection<RunStatus> RunStatus.values()Gets known RunStatus values.