PipelineRunResponse 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 response properties returned for a pipeline run.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PipelineRunResponseTypeConverter))]
public class PipelineRunResponse : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IPipelineRunResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PipelineRunResponseTypeConverter))>]
type PipelineRunResponse = class
interface IPipelineRunResponse
interface IJsonSerializable
Public Class PipelineRunResponse
Implements IPipelineRunResponse
- Inheritance
-
PipelineRunResponse
- Attributes
- Implements
Constructors
PipelineRunResponse() |
Creates an new PipelineRunResponse instance. |
Properties
CatalogDigest |
The digest of the tar used to transfer the artifacts. |
FinishTime |
The time the pipeline run finished. |
ImportedArtifact |
The artifacts imported in the pipeline run. |
PipelineRunErrorMessage |
The detailed error message for the pipeline run in the case of failure. |
ProgressPercentage |
The percentage complete of the copy operation. |
SourceKeyVaultUri |
They key vault secret uri to obtain the source storage SAS token. |
SourceTriggerTimestamp |
The timestamp when the source update happened. |
SourceType |
The type of source for the import pipeline. |
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" |
StartTime |
The time the pipeline run started. |
Status |
The current status of the pipeline run. |
TargetKeyVaultUri |
They key vault secret uri to obtain the target storage SAS token. |
TargetType |
The type of target for the export pipeline. |
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 PipelineRunResponse. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PipelineRunResponse. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IPipelineRunResponse. |
FromJsonString(String) |
Creates a new instance of PipelineRunResponse, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PipelineRunResponse into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |