GetPipelineJobResult

data class GetPipelineJobResult(val description: String? = null, val error: PipelineJobErrorResponse, val expiration: String, val id: String, val name: String, val parameters: List<ParameterDefinitionResponse>? = null, val state: String, val systemData: SystemDataResponse, val topologyName: String, val type: String)

Pipeline job represents a unique instance of a batch topology, used for offline processing of selected portions of archived content.

Constructors

Link copied to clipboard
constructor(description: String? = null, error: PipelineJobErrorResponse, expiration: String, id: String, name: String, parameters: List<ParameterDefinitionResponse>? = null, state: String, systemData: SystemDataResponse, topologyName: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

An optional description for the pipeline.

Link copied to clipboard

Details about the error, in case the pipeline job fails.

Link copied to clipboard

The date-time by when this pipeline job will be automatically deleted from your account.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

Link copied to clipboard

List of the instance level parameter values for the user-defined topology parameters. A pipeline can only define or override parameters values for parameters which have been declared in the referenced topology. Topology parameters without a default value must be defined. Topology parameters with a default value can be optionally be overridden.

Link copied to clipboard

Current state of the pipeline (read-only).

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

Reference to an existing pipeline topology. When activated, this pipeline job will process content according to the pipeline topology definition.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"