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