Uses of Class
com.azure.resourcemanager.containerregistry.models.TaskStatus
Packages that use TaskStatus
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of TaskStatus in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return TaskStatusModifier and TypeMethodDescriptionTaskInner.status()Get the status property: The current status of task.TaskProperties.status()Get the status property: The current status of task.TaskPropertiesUpdateParameters.status()Get the status property: The current status of task.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type TaskStatusModifier and TypeMethodDescriptionTaskInner.withStatus(TaskStatus status) Set the status property: The current status of task.TaskProperties.withStatus(TaskStatus status) Set the status property: The current status of task.TaskPropertiesUpdateParameters.withStatus(TaskStatus status) Set the status property: The current status of task. -
Uses of TaskStatus in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as TaskStatusModifier and TypeFieldDescriptionstatic final TaskStatusTaskStatus.DISABLEDStatic value Disabled for TaskStatus.static final TaskStatusTaskStatus.ENABLEDStatic value Enabled for TaskStatus.Methods in com.azure.resourcemanager.containerregistry.models that return TaskStatusModifier and TypeMethodDescriptionstatic TaskStatusTaskStatus.fromString(String name) Creates or finds a TaskStatus from its string representation.RegistryTask.status()Gets the current status of build task.TaskUpdateParameters.status()Get the status property: The current status of task.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type TaskStatusModifier and TypeMethodDescriptionstatic Collection<TaskStatus> TaskStatus.values()Gets known TaskStatus values.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type TaskStatusModifier and TypeMethodDescriptionTaskUpdateParameters.withStatus(TaskStatus status) Set the status property: The current status of task.