Uses of Class
com.azure.resourcemanager.containerregistry.models.FileTaskRunRequest
Packages that use FileTaskRunRequest
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of FileTaskRunRequest in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return FileTaskRunRequestModifier and TypeMethodDescriptionstatic FileTaskRunRequestFileTaskRunRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FileTaskRunRequest from the JsonReader.FileTaskRunRequest.withAgentConfiguration(AgentProperties agentConfiguration) Set the agentConfiguration property: The machine configuration of the run agent.FileTaskRunRequest.withAgentPoolName(String agentPoolName) Set the agentPoolName property: The dedicated agent pool for the run.FileTaskRunRequest.withCredentials(Credentials credentials) Set the credentials property: The properties that describes a set of credentials that will be used when this run is invoked.FileTaskRunRequest.withIsArchiveEnabled(Boolean isArchiveEnabled) Set the isArchiveEnabled property: The value that indicates whether archiving is enabled for the run or not.FileTaskRunRequest.withLogTemplate(String logTemplate) Set the logTemplate property: The template that describes the repository and tag information for run log artifact.FileTaskRunRequest.withPlatform(PlatformProperties platform) Set the platform property: The platform properties against which the run has to happen.FileTaskRunRequest.withSourceLocation(String sourceLocation) Set the sourceLocation property: The URL(absolute or relative) of the source context.FileTaskRunRequest.withTaskFilePath(String taskFilePath) Set the taskFilePath property: The template/definition file path relative to the source.FileTaskRunRequest.withTimeout(Integer timeout) Set the timeout property: Run timeout in seconds.FileTaskRunRequest.withValues(List<SetValue> values) Set the values property: The collection of overridable values that can be passed when running a task.FileTaskRunRequest.withValuesFilePath(String valuesFilePath) Set the valuesFilePath property: The values/parameters file path relative to the source.