TaskRunPropertiesInner Class
- java.
lang. Object - com.
azure. resourcemanager. containerregistry. fluent. models. TaskRunPropertiesInner
- com.
Implements
public final class TaskRunPropertiesInner
implements JsonSerializable<TaskRunPropertiesInner>
The properties of task run.
Constructor Summary
| Constructor | Description |
|---|---|
| TaskRunPropertiesInner() |
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 |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Run |
runRequest()
Get the run |
|
Run |
runResult()
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
TaskRunPropertiesInner
public TaskRunPropertiesInner()
Creates an instance of TaskRunPropertiesInner 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 TaskRunPropertiesInner fromJson(JsonReader jsonReader)
Reads an instance of TaskRunPropertiesInner from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of this task run.
Returns:
runRequest
public RunRequest runRequest()
Get the runRequest property: The request (parameters) for the run.
Returns:
runResult
public RunInner runResult()
Get the runResult property: The result of this task run.
Returns:
toJson
validate
public void validate()
Validates the instance.
withForceUpdateTag
public TaskRunPropertiesInner 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 TaskRunPropertiesInner withRunRequest(RunRequest runRequest)
Set the runRequest property: The request (parameters) for the run.
Parameters:
Returns: