Class TaskRunPropertiesUpdateParameters
java.lang.Object
com.azure.resourcemanager.containerregistry.fluent.models.TaskRunPropertiesUpdateParameters
The properties of a task run update parameters.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of TaskRunPropertiesUpdateParameters class. -
Method Summary
Modifier and TypeMethodDescriptionGet the forceUpdateTag property: How the run should be forced to rerun even if the run request configuration has not changed.Get the runRequest property: The request (parameters) for the new run.voidvalidate()Validates the instance.withForceUpdateTag(String forceUpdateTag) Set the forceUpdateTag property: How the run should be forced to rerun even if the run request configuration has not changed.withRunRequest(RunRequest runRequest) Set the runRequest property: The request (parameters) for the new run.
-
Constructor Details
-
TaskRunPropertiesUpdateParameters
public TaskRunPropertiesUpdateParameters()Creates an instance of TaskRunPropertiesUpdateParameters class.
-
-
Method Details
-
runRequest
Get the runRequest property: The request (parameters) for the new run.- Returns:
- the runRequest value.
-
withRunRequest
Set the runRequest property: The request (parameters) for the new run.- Parameters:
runRequest- the runRequest value to set.- Returns:
- the TaskRunPropertiesUpdateParameters object itself.
-
forceUpdateTag
Get the forceUpdateTag property: How the run should be forced to rerun even if the run request configuration has not changed.- Returns:
- the forceUpdateTag value.
-
withForceUpdateTag
Set the forceUpdateTag property: How the run should be forced to rerun even if the run request configuration has not changed.- Parameters:
forceUpdateTag- the forceUpdateTag value to set.- Returns:
- the TaskRunPropertiesUpdateParameters object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-