AzureDevOpsArtifactResource Class

Summary

Represents a resource associated with a AzureDevOpsBuildArtifact.
Namespace
Cake.AzureDevOps.Pipelines
Base Types
  • object
graph BT Type-->Base0["object"] Type["AzureDevOpsArtifactResource"] class Type type-node

Syntax

public class AzureDevOpsArtifactResource

Properties

Name Value Summary
Data string
Gets the data of the resource.
DownloadUrl string
Gets the download url of the resource.
Properties Dictionary<string, string>
Gets the properties for the resource.
Type AzurePipelinesArtifactType
Gets the type of the resource.
Url string
Gets the full http link to the resource.
GitHub
Discussions