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 |
Gets the properties for the resource.
|
Type | Azure |
Gets the type of the resource.
|
Url | string |
Gets the full http link to the resource.
|