Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.TaskProperties
Packages that use TaskProperties
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
-
Uses of TaskProperties in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return TaskPropertiesModifier and TypeMethodDescriptionstatic TaskPropertiesTaskProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TaskProperties from the JsonReader.TaskProperties.withAgentConfiguration(AgentProperties agentConfiguration) Set the agentConfiguration property: The machine configuration of the run agent.TaskProperties.withAgentPoolName(String agentPoolName) Set the agentPoolName property: The dedicated agent pool for the task.TaskProperties.withCredentials(Credentials credentials) Set the credentials property: The properties that describes a set of credentials that will be used when this run is invoked.TaskProperties.withIsSystemTask(Boolean isSystemTask) Set the isSystemTask property: The value of this property indicates whether the task resource is system task or not.TaskProperties.withLogTemplate(String logTemplate) Set the logTemplate property: The template that describes the repository and tag information for run log artifact.TaskProperties.withPlatform(PlatformProperties platform) Set the platform property: The platform properties against which the run has to happen.TaskProperties.withStatus(TaskStatus status) Set the status property: The current status of task.TaskProperties.withStep(TaskStepProperties step) Set the step property: The properties of a task step.TaskProperties.withTimeout(Integer timeout) Set the timeout property: Run timeout in seconds.TaskProperties.withTrigger(TriggerProperties trigger) Set the trigger property: The properties that describe all triggers for the task.