TaskRunPropertiesUpdateParameters Class
- java.
lang. Object - com.
azure. resourcemanager. containerregistry. fluent. models. TaskRunPropertiesUpdateParameters
- com.
Implements
public final class TaskRunPropertiesUpdateParameters
implements JsonSerializable<TaskRunPropertiesUpdateParameters>
The properties of a task run update parameters.
Constructor Summary
| Constructor | Description |
|---|---|
| TaskRunPropertiesUpdateParameters() |
Creates an instance of Task |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
forceUpdateTag()
Get the force |
|
static
Task |
fromJson(JsonReader jsonReader)
Reads an instance of Task |
|
Run |
runRequest()
Get the run |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Task |
withForceUpdateTag(String forceUpdateTag)
Set the force |
|
Task |
withRunRequest(RunRequest runRequest)
Set the run |
Methods inherited from java.lang.Object
Constructor Details
TaskRunPropertiesUpdateParameters
public TaskRunPropertiesUpdateParameters()
Creates an instance of TaskRunPropertiesUpdateParameters class.
Method Details
forceUpdateTag
public String forceUpdateTag()
Get the forceUpdateTag property: How the run should be forced to rerun even if the run request configuration has not changed.
Returns:
fromJson
public static TaskRunPropertiesUpdateParameters fromJson(JsonReader jsonReader)
Reads an instance of TaskRunPropertiesUpdateParameters from the JsonReader.
Parameters:
Returns:
Throws:
runRequest
public RunRequest runRequest()
Get the runRequest property: The request (parameters) for the new run.
Returns:
toJson
validate
public void validate()
Validates the instance.
withForceUpdateTag
public TaskRunPropertiesUpdateParameters withForceUpdateTag(String forceUpdateTag)
Set the forceUpdateTag property: How the run should be forced to rerun even if the run request configuration has not changed.
Parameters:
Returns:
withRunRequest
public TaskRunPropertiesUpdateParameters withRunRequest(RunRequest runRequest)
Set the runRequest property: The request (parameters) for the new run.
Parameters:
Returns: