IPipelineRunResponse Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PipelineRunResponseTypeConverter))]
public interface IPipelineRunResponse : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PipelineRunResponseTypeConverter))>]
type IPipelineRunResponse = interface
interface IJsonSerializable
Public Interface IPipelineRunResponse
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |