This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.containerregistry.getPipelineRun
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Gets the detailed information for a given pipeline run. Azure REST API version: 2023-01-01-preview.
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-11-01-preview, 2024-11-01-preview.
Using getPipelineRun
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getPipelineRun(args: GetPipelineRunArgs, opts?: InvokeOptions): Promise<GetPipelineRunResult>
function getPipelineRunOutput(args: GetPipelineRunOutputArgs, opts?: InvokeOptions): Output<GetPipelineRunResult>def get_pipeline_run(pipeline_run_name: Optional[str] = None,
                     registry_name: Optional[str] = None,
                     resource_group_name: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetPipelineRunResult
def get_pipeline_run_output(pipeline_run_name: Optional[pulumi.Input[str]] = None,
                     registry_name: Optional[pulumi.Input[str]] = None,
                     resource_group_name: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetPipelineRunResult]func LookupPipelineRun(ctx *Context, args *LookupPipelineRunArgs, opts ...InvokeOption) (*LookupPipelineRunResult, error)
func LookupPipelineRunOutput(ctx *Context, args *LookupPipelineRunOutputArgs, opts ...InvokeOption) LookupPipelineRunResultOutput> Note: This function is named LookupPipelineRun in the Go SDK.
public static class GetPipelineRun 
{
    public static Task<GetPipelineRunResult> InvokeAsync(GetPipelineRunArgs args, InvokeOptions? opts = null)
    public static Output<GetPipelineRunResult> Invoke(GetPipelineRunInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPipelineRunResult> getPipelineRun(GetPipelineRunArgs args, InvokeOptions options)
public static Output<GetPipelineRunResult> getPipelineRun(GetPipelineRunArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:containerregistry:getPipelineRun
  arguments:
    # arguments dictionaryThe following arguments are supported:
- PipelineRun stringName 
- The name of the pipeline run.
- RegistryName string
- The name of the container registry.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- PipelineRun stringName 
- The name of the pipeline run.
- RegistryName string
- The name of the container registry.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- pipelineRun StringName 
- The name of the pipeline run.
- registryName String
- The name of the container registry.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- pipelineRun stringName 
- The name of the pipeline run.
- registryName string
- The name of the container registry.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- pipeline_run_ strname 
- The name of the pipeline run.
- registry_name str
- The name of the container registry.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- pipelineRun StringName 
- The name of the pipeline run.
- registryName String
- The name of the container registry.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
getPipelineRun Result
The following output properties are available:
- Id string
- The resource ID.
- Name string
- The name of the resource.
- ProvisioningState string
- The provisioning state of a pipeline run.
- Response
Pulumi.Azure Native. Container Registry. Outputs. Pipeline Run Response Response 
- The response of a pipeline run.
- SystemData Pulumi.Azure Native. Container Registry. Outputs. System Data Response 
- Metadata pertaining to creation and last modification of the resource.
- Type string
- The type of the resource.
- ForceUpdate stringTag 
- How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed.
- Request
Pulumi.Azure Native. Container Registry. Outputs. Pipeline Run Request Response 
- The request parameters for a pipeline run.
- Id string
- The resource ID.
- Name string
- The name of the resource.
- ProvisioningState string
- The provisioning state of a pipeline run.
- Response
PipelineRun Response Response 
- The response of a pipeline run.
- SystemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- Type string
- The type of the resource.
- ForceUpdate stringTag 
- How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed.
- Request
PipelineRun Request Response 
- The request parameters for a pipeline run.
- id String
- The resource ID.
- name String
- The name of the resource.
- provisioningState String
- The provisioning state of a pipeline run.
- response
PipelineRun Response Response 
- The response of a pipeline run.
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type String
- The type of the resource.
- forceUpdate StringTag 
- How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed.
- request
PipelineRun Request Response 
- The request parameters for a pipeline run.
- id string
- The resource ID.
- name string
- The name of the resource.
- provisioningState string
- The provisioning state of a pipeline run.
- response
PipelineRun Response Response 
- The response of a pipeline run.
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type string
- The type of the resource.
- forceUpdate stringTag 
- How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed.
- request
PipelineRun Request Response 
- The request parameters for a pipeline run.
- id str
- The resource ID.
- name str
- The name of the resource.
- provisioning_state str
- The provisioning state of a pipeline run.
- response
PipelineRun Response Response 
- The response of a pipeline run.
- system_data SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type str
- The type of the resource.
- force_update_ strtag 
- How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed.
- request
PipelineRun Request Response 
- The request parameters for a pipeline run.
- id String
- The resource ID.
- name String
- The name of the resource.
- provisioningState String
- The provisioning state of a pipeline run.
- response Property Map
- The response of a pipeline run.
- systemData Property Map
- Metadata pertaining to creation and last modification of the resource.
- type String
- The type of the resource.
- forceUpdate StringTag 
- How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed.
- request Property Map
- The request parameters for a pipeline run.
Supporting Types
ExportPipelineTargetPropertiesResponse    
- KeyVault stringUri 
- They key vault secret uri to obtain the target storage SAS token.
- Type string
- The type of target for the export pipeline.
- Uri string
- 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"
- KeyVault stringUri 
- They key vault secret uri to obtain the target storage SAS token.
- Type string
- The type of target for the export pipeline.
- Uri string
- 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"
- keyVault StringUri 
- They key vault secret uri to obtain the target storage SAS token.
- type String
- The type of target for the export pipeline.
- uri String
- 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"
- keyVault stringUri 
- They key vault secret uri to obtain the target storage SAS token.
- type string
- The type of target for the export pipeline.
- uri string
- 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"
- key_vault_ struri 
- They key vault secret uri to obtain the target storage SAS token.
- type str
- The type of target for the export pipeline.
- uri str
- 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"
- keyVault StringUri 
- They key vault secret uri to obtain the target storage SAS token.
- type String
- The type of target for the export pipeline.
- uri String
- 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"
ImportPipelineSourcePropertiesResponse    
- KeyVault stringUri 
- They key vault secret uri to obtain the source storage SAS token.
- Type string
- The type of source for the import pipeline.
- Uri string
- 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"
- KeyVault stringUri 
- They key vault secret uri to obtain the source storage SAS token.
- Type string
- The type of source for the import pipeline.
- Uri string
- 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"
- keyVault StringUri 
- They key vault secret uri to obtain the source storage SAS token.
- type String
- The type of source for the import pipeline.
- uri String
- 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"
- keyVault stringUri 
- They key vault secret uri to obtain the source storage SAS token.
- type string
- The type of source for the import pipeline.
- uri string
- 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"
- key_vault_ struri 
- They key vault secret uri to obtain the source storage SAS token.
- type str
- The type of source for the import pipeline.
- uri str
- 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"
- keyVault StringUri 
- They key vault secret uri to obtain the source storage SAS token.
- type String
- The type of source for the import pipeline.
- uri String
- 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"
PipelineRunRequestResponse   
- Artifacts List<string>
- 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').
- CatalogDigest string
- The digest of the tar used to transfer the artifacts.
- PipelineResource stringId 
- The resource ID of the pipeline to run.
- Source
Pulumi.Azure Native. Container Registry. Inputs. Pipeline Run Source Properties Response 
- The source properties of the pipeline run.
- Target
Pulumi.Azure Native. Container Registry. Inputs. Pipeline Run Target Properties Response 
- The target properties of the pipeline run.
- Artifacts []string
- 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').
- CatalogDigest string
- The digest of the tar used to transfer the artifacts.
- PipelineResource stringId 
- The resource ID of the pipeline to run.
- Source
PipelineRun Source Properties Response 
- The source properties of the pipeline run.
- Target
PipelineRun Target Properties Response 
- The target properties of the pipeline run.
- artifacts List<String>
- 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').
- catalogDigest String
- The digest of the tar used to transfer the artifacts.
- pipelineResource StringId 
- The resource ID of the pipeline to run.
- source
PipelineRun Source Properties Response 
- The source properties of the pipeline run.
- target
PipelineRun Target Properties Response 
- The target properties of the pipeline run.
- artifacts string[]
- 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').
- catalogDigest string
- The digest of the tar used to transfer the artifacts.
- pipelineResource stringId 
- The resource ID of the pipeline to run.
- source
PipelineRun Source Properties Response 
- The source properties of the pipeline run.
- target
PipelineRun Target Properties Response 
- The target properties of the pipeline run.
- artifacts Sequence[str]
- 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').
- catalog_digest str
- The digest of the tar used to transfer the artifacts.
- pipeline_resource_ strid 
- The resource ID of the pipeline to run.
- source
PipelineRun Source Properties Response 
- The source properties of the pipeline run.
- target
PipelineRun Target Properties Response 
- The target properties of the pipeline run.
- artifacts List<String>
- 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').
- catalogDigest String
- The digest of the tar used to transfer the artifacts.
- pipelineResource StringId 
- The resource ID of the pipeline to run.
- source Property Map
- The source properties of the pipeline run.
- target Property Map
- The target properties of the pipeline run.
PipelineRunResponseResponse   
- CatalogDigest string
- The digest of the tar used to transfer the artifacts.
- FinishTime string
- The time the pipeline run finished.
- ImportedArtifacts List<string>
- The artifacts imported in the pipeline run.
- PipelineRun stringError Message 
- The detailed error message for the pipeline run in the case of failure.
- Progress
Pulumi.Azure Native. Container Registry. Inputs. Progress Properties Response 
- The current progress of the copy operation.
- Source
Pulumi.Azure Native. Container Registry. Inputs. Import Pipeline Source Properties Response 
- The source of the pipeline run.
- StartTime string
- The time the pipeline run started.
- Status string
- The current status of the pipeline run.
- Target
Pulumi.Azure Native. Container Registry. Inputs. Export Pipeline Target Properties Response 
- The target of the pipeline run.
- Trigger
Pulumi.Azure Native. Container Registry. Inputs. Pipeline Trigger Descriptor Response 
- The trigger that caused the pipeline run.
- CatalogDigest string
- The digest of the tar used to transfer the artifacts.
- FinishTime string
- The time the pipeline run finished.
- ImportedArtifacts []string
- The artifacts imported in the pipeline run.
- PipelineRun stringError Message 
- The detailed error message for the pipeline run in the case of failure.
- Progress
ProgressProperties Response 
- The current progress of the copy operation.
- Source
ImportPipeline Source Properties Response 
- The source of the pipeline run.
- StartTime string
- The time the pipeline run started.
- Status string
- The current status of the pipeline run.
- Target
ExportPipeline Target Properties Response 
- The target of the pipeline run.
- Trigger
PipelineTrigger Descriptor Response 
- The trigger that caused the pipeline run.
- catalogDigest String
- The digest of the tar used to transfer the artifacts.
- finishTime String
- The time the pipeline run finished.
- importedArtifacts List<String>
- The artifacts imported in the pipeline run.
- pipelineRun StringError Message 
- The detailed error message for the pipeline run in the case of failure.
- progress
ProgressProperties Response 
- The current progress of the copy operation.
- source
ImportPipeline Source Properties Response 
- The source of the pipeline run.
- startTime String
- The time the pipeline run started.
- status String
- The current status of the pipeline run.
- target
ExportPipeline Target Properties Response 
- The target of the pipeline run.
- trigger
PipelineTrigger Descriptor Response 
- The trigger that caused the pipeline run.
- catalogDigest string
- The digest of the tar used to transfer the artifacts.
- finishTime string
- The time the pipeline run finished.
- importedArtifacts string[]
- The artifacts imported in the pipeline run.
- pipelineRun stringError Message 
- The detailed error message for the pipeline run in the case of failure.
- progress
ProgressProperties Response 
- The current progress of the copy operation.
- source
ImportPipeline Source Properties Response 
- The source of the pipeline run.
- startTime string
- The time the pipeline run started.
- status string
- The current status of the pipeline run.
- target
ExportPipeline Target Properties Response 
- The target of the pipeline run.
- trigger
PipelineTrigger Descriptor Response 
- The trigger that caused the pipeline run.
- catalog_digest str
- The digest of the tar used to transfer the artifacts.
- finish_time str
- The time the pipeline run finished.
- imported_artifacts Sequence[str]
- The artifacts imported in the pipeline run.
- pipeline_run_ strerror_ message 
- The detailed error message for the pipeline run in the case of failure.
- progress
ProgressProperties Response 
- The current progress of the copy operation.
- source
ImportPipeline Source Properties Response 
- The source of the pipeline run.
- start_time str
- The time the pipeline run started.
- status str
- The current status of the pipeline run.
- target
ExportPipeline Target Properties Response 
- The target of the pipeline run.
- trigger
PipelineTrigger Descriptor Response 
- The trigger that caused the pipeline run.
- catalogDigest String
- The digest of the tar used to transfer the artifacts.
- finishTime String
- The time the pipeline run finished.
- importedArtifacts List<String>
- The artifacts imported in the pipeline run.
- pipelineRun StringError Message 
- The detailed error message for the pipeline run in the case of failure.
- progress Property Map
- The current progress of the copy operation.
- source Property Map
- The source of the pipeline run.
- startTime String
- The time the pipeline run started.
- status String
- The current status of the pipeline run.
- target Property Map
- The target of the pipeline run.
- trigger Property Map
- The trigger that caused the pipeline run.
PipelineRunSourcePropertiesResponse    
PipelineRunTargetPropertiesResponse    
PipelineSourceTriggerDescriptorResponse    
- Timestamp string
- The timestamp when the source update happened.
- Timestamp string
- The timestamp when the source update happened.
- timestamp String
- The timestamp when the source update happened.
- timestamp string
- The timestamp when the source update happened.
- timestamp str
- The timestamp when the source update happened.
- timestamp String
- The timestamp when the source update happened.
PipelineTriggerDescriptorResponse   
- SourceTrigger Pulumi.Azure Native. Container Registry. Inputs. Pipeline Source Trigger Descriptor Response 
- The source trigger that caused the pipeline run.
- SourceTrigger PipelineSource Trigger Descriptor Response 
- The source trigger that caused the pipeline run.
- sourceTrigger PipelineSource Trigger Descriptor Response 
- The source trigger that caused the pipeline run.
- sourceTrigger PipelineSource Trigger Descriptor Response 
- The source trigger that caused the pipeline run.
- source_trigger PipelineSource Trigger Descriptor Response 
- The source trigger that caused the pipeline run.
- sourceTrigger Property Map
- The source trigger that caused the pipeline run.
ProgressPropertiesResponse  
- Percentage string
- The percentage complete of the copy operation.
- Percentage string
- The percentage complete of the copy operation.
- percentage String
- The percentage complete of the copy operation.
- percentage string
- The percentage complete of the copy operation.
- percentage str
- The percentage complete of the copy operation.
- percentage String
- The percentage complete of the copy operation.
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource modification (UTC).
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource modification (UTC).
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource modification (UTC).
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource modification (UTC).
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- The type of identity that last modified the resource.
- created_at str
- The timestamp of resource creation (UTC).
- created_by str
- The identity that created the resource.
- created_by_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource modification (UTC).
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource modification (UTC).
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi