Share via


IFileTaskRunRequest Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.FileTaskRunRequestTypeConverter))]
public interface IFileTaskRunRequest : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IRunRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.FileTaskRunRequestTypeConverter))>]
type IFileTaskRunRequest = interface
    interface IJsonSerializable
    interface IRunRequest
Public Interface IFileTaskRunRequest
Implements IRunRequest
Derived
Attributes
Implements

Properties

AgentConfigurationCpu

The CPU configuration in terms of number of cores required for the run.

AgentPoolName

The dedicated agent pool for the run.

(Inherited from IRunRequest)
CredentialsCustomRegistry

Describes the credential parameters for accessing other custom registries. The key for the dictionary item will be the registry login server (myregistry.azurecr.io) and the value of the item will be the registry credentials for accessing the registry.

IsArchiveEnabled

The value that indicates whether archiving is enabled for the run or not.

(Inherited from IRunRequest)
LogTemplate

The template that describes the repository and tag information for run log artifact.

(Inherited from IRunRequest)
PlatformArchitecture

The OS architecture.

PlatformOS

The operating system type required for the run.

PlatformVariant

Variant of the CPU.

SourceLocation

The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository. If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.

SourceRegistryLoginMode

The authentication mode which determines the source registry login scope. The credentials for the source registry will be generated using the given scope. These credentials will be used to login to the source registry during the run.

TaskFilePath

The template/definition file path relative to the source.

Timeout

Run timeout in seconds.

Type

The type of the run request.

(Inherited from IRunRequest)
Value

The collection of overridable values that can be passed when running a task.

ValuesFilePath

The values/parameters file path relative to the source.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to