Edit

Share via


ArtifactResource Class

Definition

[System.Runtime.Serialization.DataContract]
public class ArtifactResource : Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
type ArtifactResource = class
    inherit BaseSecuredObject
Public Class ArtifactResource
Inherits BaseSecuredObject
Inheritance
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
ArtifactResource
Attributes

Constructors

ArtifactResource()
ArtifactResource(ISecuredObject)

Properties

Data

Type-specific data about the artifact.

DownloadTicket

A secret that can be sent in a request header to retrieve an artifact anonymously. Valid for a limited amount of time. Optional.

DownloadUrl

A link to download the resource.

Links

The links to other objects related to this object.

Properties

Type-specific properties of the artifact.

Type

The type of the resource: File container, version control folder, UNC path, etc.

Url

The full http link to the resource.

Applies to