PipelineRunProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties of a pipeline run.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PipelineRunPropertiesTypeConverter))]
public class PipelineRunProperties : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IPipelineRunProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PipelineRunPropertiesTypeConverter))>]
type PipelineRunProperties = class
interface IPipelineRunProperties
interface IJsonSerializable
Public Class PipelineRunProperties
Implements IPipelineRunProperties
- Inheritance
-
PipelineRunProperties
- Attributes
- Implements
Constructors
PipelineRunProperties() |
Creates an new PipelineRunProperties instance. |
Properties
ForceUpdateTag |
How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed. |
ProgressPercentage |
The percentage complete of the copy operation. |
ProvisioningState |
The provisioning state of a pipeline run. |
RequestArtifact |
List of source artifacts to be transferred by the pipeline. Specify an image by repository ('hello-world'). This will use the 'latest' tag. Specify an image by tag ('hello-world:latest'). Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123'). |
RequestCatalogDigest |
The digest of the tar used to transfer the artifacts. |
RequestPipelineResourceId |
The resource ID of the pipeline to run. |
RequestSourceType |
The type of the source. |
RequestTargetType |
The type of the target. |
ResponseCatalogDigest |
The digest of the tar used to transfer the artifacts. |
ResponseFinishTime |
The time the pipeline run finished. |
ResponseImportedArtifact |
The artifacts imported in the pipeline run. |
ResponsePipelineRunErrorMessage |
The detailed error message for the pipeline run in the case of failure. |
ResponseSourceType |
The type of source for the import pipeline. |
ResponseStartTime |
The time the pipeline run started. |
ResponseStatus |
The current status of the pipeline run. |
ResponseTargetType |
The type of target for the export pipeline. |
SourceKeyVaultUri |
They key vault secret uri to obtain the source storage SAS token. |
SourceName |
The name of the source. |
SourceTriggerTimestamp |
The timestamp when the source update happened. |
SourceUri |
The source uri of the import pipeline. When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName" When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName" |
TargetKeyVaultUri |
They key vault secret uri to obtain the target storage SAS token. |
TargetName |
The name of the target. |
TargetUri |
The target uri of the export pipeline. When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName" When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName" |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PipelineRunProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PipelineRunProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IPipelineRunProperties. |
FromJsonString(String) |
Creates a new instance of PipelineRunProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PipelineRunProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |