Uses of Class
com.azure.resourcemanager.containerregistry.models.TaskStatus
-
Packages that use TaskStatus Package Description com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models 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 TaskStatus Modifier and Type Method Description TaskStatusTaskInner. status()Get the status property: The current status of task.TaskStatusTaskProperties. status()Get the status property: The current status of task.TaskStatusTaskPropertiesUpdateParameters. status()Get the status property: The current status of task.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type TaskStatus Modifier and Type Method Description TaskInnerTaskInner. withStatus(TaskStatus status)Set the status property: The current status of task.TaskPropertiesTaskProperties. withStatus(TaskStatus status)Set the status property: The current status of task.TaskPropertiesUpdateParametersTaskPropertiesUpdateParameters. 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 TaskStatus Modifier and Type Field Description static TaskStatusTaskStatus. DISABLEDStatic value Disabled for TaskStatus.static TaskStatusTaskStatus. ENABLEDStatic value Enabled for TaskStatus.Methods in com.azure.resourcemanager.containerregistry.models that return TaskStatus Modifier and Type Method Description static TaskStatusTaskStatus. fromString(String name)Creates or finds a TaskStatus from its string representation.TaskStatusRegistryTask. status()TaskStatusTaskUpdateParameters. status()Get the status property: The current status of task.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type TaskStatus Modifier and Type Method Description static Collection<TaskStatus>TaskStatus. values()Methods in com.azure.resourcemanager.containerregistry.models with parameters of type TaskStatus Modifier and Type Method Description TaskUpdateParametersTaskUpdateParameters. withStatus(TaskStatus status)Set the status property: The current status of task.
-