Uses of Class
com.microsoft.azure.management.containerregistry.TaskStatus
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of TaskStatus in com.microsoft.azure.management.containerregistry
Modifier and TypeFieldDescriptionstatic final TaskStatus
TaskStatus.DISABLED
Static value Disabled for TaskStatus.static final TaskStatus
TaskStatus.ENABLED
Static value Enabled for TaskStatus.Modifier and TypeMethodDescriptionstatic TaskStatus
TaskStatus.fromString
(String name) Creates or finds a TaskStatus from its string representation.RegistryTask.status()
TaskUpdateParameters.status()
Get the current status of task.Modifier and TypeMethodDescriptionTaskUpdateParameters.withStatus
(TaskStatus status) Set the current status of task.