ArmContainerRegistryModelFactory.ContainerRegistryPipelineRunResult Method
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.
Initializes a new instance of ContainerRegistryPipelineRunResult.
public static Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryPipelineRunResult ContainerRegistryPipelineRunResult(string status = default, System.Collections.Generic.IEnumerable<string> importedArtifacts = default, string progressPercentage = default, DateTimeOffset? startOn = default, DateTimeOffset? finishOn = default, Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryImportPipelineSourceProperties source = default, Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryExportPipelineTargetProperties target = default, string catalogDigest = default, DateTimeOffset? sourceTriggerTimestamp = default, string pipelineRunErrorMessage = default);
static member ContainerRegistryPipelineRunResult : string * seq<string> * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryImportPipelineSourceProperties * Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryExportPipelineTargetProperties * string * Nullable<DateTimeOffset> * string -> Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryPipelineRunResult
Public Shared Function ContainerRegistryPipelineRunResult (Optional status As String = Nothing, Optional importedArtifacts As IEnumerable(Of String) = Nothing, Optional progressPercentage As String = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional finishOn As Nullable(Of DateTimeOffset) = Nothing, Optional source As ContainerRegistryImportPipelineSourceProperties = Nothing, Optional target As ContainerRegistryExportPipelineTargetProperties = Nothing, Optional catalogDigest As String = Nothing, Optional sourceTriggerTimestamp As Nullable(Of DateTimeOffset) = Nothing, Optional pipelineRunErrorMessage As String = Nothing) As ContainerRegistryPipelineRunResult
Parameters
- status
- String
The current status of the pipeline run.
- importedArtifacts
- IEnumerable<String>
The artifacts imported in the pipeline run.
- progressPercentage
- String
The current progress of the copy operation.
- startOn
- Nullable<DateTimeOffset>
The time the pipeline run started.
- finishOn
- Nullable<DateTimeOffset>
The time the pipeline run finished.
The source of the pipeline run.
The target of the pipeline run.
- catalogDigest
- String
The digest of the tar used to transfer the artifacts.
- sourceTriggerTimestamp
- Nullable<DateTimeOffset>
The trigger that caused the pipeline run.
- pipelineRunErrorMessage
- String
The detailed error message for the pipeline run in the case of failure.
Returns
A new ContainerRegistryPipelineRunResult instance for mocking.