Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.TaskPropertiesUpdateParameters
Packages that use TaskPropertiesUpdateParameters
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
-
Uses of TaskPropertiesUpdateParameters in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return TaskPropertiesUpdateParametersModifier and TypeMethodDescriptionTaskPropertiesUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TaskPropertiesUpdateParameters from the JsonReader.TaskPropertiesUpdateParameters.withAgentConfiguration(AgentProperties agentConfiguration) Set the agentConfiguration property: The machine configuration of the run agent.TaskPropertiesUpdateParameters.withAgentPoolName(String agentPoolName) Set the agentPoolName property: The dedicated agent pool for the task.TaskPropertiesUpdateParameters.withCredentials(Credentials credentials) Set the credentials property: The parameters that describes a set of credentials that will be used when this run is invoked.TaskPropertiesUpdateParameters.withLogTemplate(String logTemplate) Set the logTemplate property: The template that describes the repository and tag information for run log artifact.TaskPropertiesUpdateParameters.withPlatform(PlatformUpdateParameters platform) Set the platform property: The platform properties against which the run has to happen.TaskPropertiesUpdateParameters.withStatus(TaskStatus status) Set the status property: The current status of task.TaskPropertiesUpdateParameters.withStep(TaskStepUpdateParameters step) Set the step property: The properties for updating a task step.TaskPropertiesUpdateParameters.withTimeout(Integer timeout) Set the timeout property: Run timeout in seconds.TaskPropertiesUpdateParameters.withTrigger(TriggerUpdateParameters trigger) Set the trigger property: The properties for updating trigger properties.