Class RunRequest
java.lang.Object
com.microsoft.azure.management.containerregistry.RunRequest
- Direct Known Subclasses:
DockerBuildRequest
,EncodedTaskRunRequest
,FileTaskRunRequest
,TaskRunRequest
The request parameters for scheduling a run.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the value that indicates whether archiving is enabled for the run or not.withIsArchiveEnabled
(Boolean isArchiveEnabled) Set the value that indicates whether archiving is enabled for the run or not.
-
Constructor Details
-
RunRequest
public RunRequest()
-
-
Method Details
-
isArchiveEnabled
Get the value that indicates whether archiving is enabled for the run or not.- Returns:
- the isArchiveEnabled value
-
withIsArchiveEnabled
Set the value that indicates whether archiving is enabled for the run or not.- Parameters:
isArchiveEnabled
- the isArchiveEnabled value to set- Returns:
- the RunRequest object itself.
-