azure-native.containerregistry.PipelineRun
Explore with Pulumi AI
An object that represents a pipeline run for a container registry. API Version: 2020-11-01-preview.
Example Usage
PipelineRunCreate_Export
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var pipelineRun = new AzureNative.ContainerRegistry.PipelineRun("pipelineRun", new()
{
PipelineRunName = "myPipelineRun",
RegistryName = "myRegistry",
Request = new AzureNative.ContainerRegistry.Inputs.PipelineRunRequestArgs
{
Artifacts = new[]
{
"sourceRepository/hello-world",
"sourceRepository2@sha256:00000000000000000000000000000000000",
},
PipelineResourceId = "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/exportPipelines/myExportPipeline",
Target = new AzureNative.ContainerRegistry.Inputs.PipelineRunTargetPropertiesArgs
{
Name = "myblob.tar.gz",
Type = "AzureStorageBlob",
},
},
ResourceGroupName = "myResourceGroup",
});
});
package main
import (
containerregistry "github.com/pulumi/pulumi-azure-native-sdk/containerregistry"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := containerregistry.NewPipelineRun(ctx, "pipelineRun", &containerregistry.PipelineRunArgs{
PipelineRunName: pulumi.String("myPipelineRun"),
RegistryName: pulumi.String("myRegistry"),
Request: containerregistry.PipelineRunRequestResponse{
Artifacts: pulumi.StringArray{
pulumi.String("sourceRepository/hello-world"),
pulumi.String("sourceRepository2@sha256:00000000000000000000000000000000000"),
},
PipelineResourceId: pulumi.String("/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/exportPipelines/myExportPipeline"),
Target: &containerregistry.PipelineRunTargetPropertiesArgs{
Name: pulumi.String("myblob.tar.gz"),
Type: pulumi.String("AzureStorageBlob"),
},
},
ResourceGroupName: pulumi.String("myResourceGroup"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.containerregistry.PipelineRun;
import com.pulumi.azurenative.containerregistry.PipelineRunArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var pipelineRun = new PipelineRun("pipelineRun", PipelineRunArgs.builder()
.pipelineRunName("myPipelineRun")
.registryName("myRegistry")
.request(Map.ofEntries(
Map.entry("artifacts",
"sourceRepository/hello-world",
"sourceRepository2@sha256:00000000000000000000000000000000000"),
Map.entry("pipelineResourceId", "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/exportPipelines/myExportPipeline"),
Map.entry("target", Map.ofEntries(
Map.entry("name", "myblob.tar.gz"),
Map.entry("type", "AzureStorageBlob")
))
))
.resourceGroupName("myResourceGroup")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
pipeline_run = azure_native.containerregistry.PipelineRun("pipelineRun",
pipeline_run_name="myPipelineRun",
registry_name="myRegistry",
request=azure_native.containerregistry.PipelineRunRequestResponseArgs(
artifacts=[
"sourceRepository/hello-world",
"sourceRepository2@sha256:00000000000000000000000000000000000",
],
pipeline_resource_id="/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/exportPipelines/myExportPipeline",
target=azure_native.containerregistry.PipelineRunTargetPropertiesArgs(
name="myblob.tar.gz",
type="AzureStorageBlob",
),
),
resource_group_name="myResourceGroup")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const pipelineRun = new azure_native.containerregistry.PipelineRun("pipelineRun", {
pipelineRunName: "myPipelineRun",
registryName: "myRegistry",
request: {
artifacts: [
"sourceRepository/hello-world",
"sourceRepository2@sha256:00000000000000000000000000000000000",
],
pipelineResourceId: "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/exportPipelines/myExportPipeline",
target: {
name: "myblob.tar.gz",
type: "AzureStorageBlob",
},
},
resourceGroupName: "myResourceGroup",
});
resources:
pipelineRun:
type: azure-native:containerregistry:PipelineRun
properties:
pipelineRunName: myPipelineRun
registryName: myRegistry
request:
artifacts:
- sourceRepository/hello-world
- sourceRepository2@sha256:00000000000000000000000000000000000
pipelineResourceId: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/exportPipelines/myExportPipeline
target:
name: myblob.tar.gz
type: AzureStorageBlob
resourceGroupName: myResourceGroup
PipelineRunCreate_Import
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var pipelineRun = new AzureNative.ContainerRegistry.PipelineRun("pipelineRun", new()
{
ForceUpdateTag = "2020-03-04T17:23:21.9261521+00:00",
PipelineRunName = "myPipelineRun",
RegistryName = "myRegistry",
Request = new AzureNative.ContainerRegistry.Inputs.PipelineRunRequestArgs
{
CatalogDigest = "sha256@",
PipelineResourceId = "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/importPipelines/myImportPipeline",
Source = new AzureNative.ContainerRegistry.Inputs.PipelineRunSourcePropertiesArgs
{
Name = "myblob.tar.gz",
Type = "AzureStorageBlob",
},
},
ResourceGroupName = "myResourceGroup",
});
});
package main
import (
containerregistry "github.com/pulumi/pulumi-azure-native-sdk/containerregistry"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := containerregistry.NewPipelineRun(ctx, "pipelineRun", &containerregistry.PipelineRunArgs{
ForceUpdateTag: pulumi.String("2020-03-04T17:23:21.9261521+00:00"),
PipelineRunName: pulumi.String("myPipelineRun"),
RegistryName: pulumi.String("myRegistry"),
Request: containerregistry.PipelineRunRequestResponse{
CatalogDigest: pulumi.String("sha256@"),
PipelineResourceId: pulumi.String("/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/importPipelines/myImportPipeline"),
Source: &containerregistry.PipelineRunSourcePropertiesArgs{
Name: pulumi.String("myblob.tar.gz"),
Type: pulumi.String("AzureStorageBlob"),
},
},
ResourceGroupName: pulumi.String("myResourceGroup"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.containerregistry.PipelineRun;
import com.pulumi.azurenative.containerregistry.PipelineRunArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var pipelineRun = new PipelineRun("pipelineRun", PipelineRunArgs.builder()
.forceUpdateTag("2020-03-04T17:23:21.9261521+00:00")
.pipelineRunName("myPipelineRun")
.registryName("myRegistry")
.request(Map.ofEntries(
Map.entry("catalogDigest", "sha256@"),
Map.entry("pipelineResourceId", "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/importPipelines/myImportPipeline"),
Map.entry("source", Map.ofEntries(
Map.entry("name", "myblob.tar.gz"),
Map.entry("type", "AzureStorageBlob")
))
))
.resourceGroupName("myResourceGroup")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
pipeline_run = azure_native.containerregistry.PipelineRun("pipelineRun",
force_update_tag="2020-03-04T17:23:21.9261521+00:00",
pipeline_run_name="myPipelineRun",
registry_name="myRegistry",
request=azure_native.containerregistry.PipelineRunRequestResponseArgs(
catalog_digest="sha256@",
pipeline_resource_id="/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/importPipelines/myImportPipeline",
source=azure_native.containerregistry.PipelineRunSourcePropertiesArgs(
name="myblob.tar.gz",
type="AzureStorageBlob",
),
),
resource_group_name="myResourceGroup")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const pipelineRun = new azure_native.containerregistry.PipelineRun("pipelineRun", {
forceUpdateTag: "2020-03-04T17:23:21.9261521+00:00",
pipelineRunName: "myPipelineRun",
registryName: "myRegistry",
request: {
catalogDigest: "sha256@",
pipelineResourceId: "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/importPipelines/myImportPipeline",
source: {
name: "myblob.tar.gz",
type: "AzureStorageBlob",
},
},
resourceGroupName: "myResourceGroup",
});
resources:
pipelineRun:
type: azure-native:containerregistry:PipelineRun
properties:
forceUpdateTag: 2020-03-04T17:23:21.9261521+00:00
pipelineRunName: myPipelineRun
registryName: myRegistry
request:
catalogDigest: sha256@
pipelineResourceId: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/importPipelines/myImportPipeline
source:
name: myblob.tar.gz
type: AzureStorageBlob
resourceGroupName: myResourceGroup
Create PipelineRun Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PipelineRun(name: string, args: PipelineRunArgs, opts?: CustomResourceOptions);
@overload
def PipelineRun(resource_name: str,
args: PipelineRunArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PipelineRun(resource_name: str,
opts: Optional[ResourceOptions] = None,
registry_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
force_update_tag: Optional[str] = None,
pipeline_run_name: Optional[str] = None,
request: Optional[PipelineRunRequestArgs] = None)
func NewPipelineRun(ctx *Context, name string, args PipelineRunArgs, opts ...ResourceOption) (*PipelineRun, error)
public PipelineRun(string name, PipelineRunArgs args, CustomResourceOptions? opts = null)
public PipelineRun(String name, PipelineRunArgs args)
public PipelineRun(String name, PipelineRunArgs args, CustomResourceOptions options)
type: azure-native:containerregistry:PipelineRun
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args PipelineRunArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args PipelineRunArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args PipelineRunArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PipelineRunArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PipelineRunArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var pipelineRunResource = new AzureNative.Containerregistry.PipelineRun("pipelineRunResource", new()
{
RegistryName = "string",
ResourceGroupName = "string",
ForceUpdateTag = "string",
PipelineRunName = "string",
Request =
{
{ "artifacts", new[]
{
"string",
} },
{ "catalogDigest", "string" },
{ "pipelineResourceId", "string" },
{ "source",
{
{ "name", "string" },
{ "type", "string" },
} },
{ "target",
{
{ "name", "string" },
{ "type", "string" },
} },
},
});
example, err := containerregistry.NewPipelineRun(ctx, "pipelineRunResource", &containerregistry.PipelineRunArgs{
RegistryName: "string",
ResourceGroupName: "string",
ForceUpdateTag: "string",
PipelineRunName: "string",
Request: map[string]interface{}{
"artifacts": []string{
"string",
},
"catalogDigest": "string",
"pipelineResourceId": "string",
"source": map[string]interface{}{
"name": "string",
"type": "string",
},
"target": map[string]interface{}{
"name": "string",
"type": "string",
},
},
})
var pipelineRunResource = new PipelineRun("pipelineRunResource", PipelineRunArgs.builder()
.registryName("string")
.resourceGroupName("string")
.forceUpdateTag("string")
.pipelineRunName("string")
.request(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
pipeline_run_resource = azure_native.containerregistry.PipelineRun("pipelineRunResource",
registry_name=string,
resource_group_name=string,
force_update_tag=string,
pipeline_run_name=string,
request={
artifacts: [string],
catalogDigest: string,
pipelineResourceId: string,
source: {
name: string,
type: string,
},
target: {
name: string,
type: string,
},
})
const pipelineRunResource = new azure_native.containerregistry.PipelineRun("pipelineRunResource", {
registryName: "string",
resourceGroupName: "string",
forceUpdateTag: "string",
pipelineRunName: "string",
request: {
artifacts: ["string"],
catalogDigest: "string",
pipelineResourceId: "string",
source: {
name: "string",
type: "string",
},
target: {
name: "string",
type: "string",
},
},
});
type: azure-native:containerregistry:PipelineRun
properties:
forceUpdateTag: string
pipelineRunName: string
registryName: string
request:
artifacts:
- string
catalogDigest: string
pipelineResourceId: string
source:
name: string
type: string
target:
name: string
type: string
resourceGroupName: string
PipelineRun Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The PipelineRun resource accepts the following input properties:
- Registry
Name string - The name of the container registry.
- Resource
Group stringName - The name of the resource group to which the container registry belongs.
- Force
Update stringTag - How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed.
- Pipeline
Run stringName - The name of the pipeline run.
- Request
Pulumi.
Azure Native. Container Registry. Inputs. Pipeline Run Request - The request parameters for a pipeline run.
- Registry
Name string - The name of the container registry.
- Resource
Group stringName - The name of the resource group to which the container registry belongs.
- Force
Update stringTag - How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed.
- Pipeline
Run stringName - The name of the pipeline run.
- Request
Pipeline
Run Request Args - The request parameters for a pipeline run.
- registry
Name String - The name of the container registry.
- resource
Group StringName - The name of the resource group to which the container registry belongs.
- force
Update StringTag - How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed.
- pipeline
Run StringName - The name of the pipeline run.
- request
Pipeline
Run Request - The request parameters for a pipeline run.
- registry
Name string - The name of the container registry.
- resource
Group stringName - The name of the resource group to which the container registry belongs.
- force
Update stringTag - How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed.
- pipeline
Run stringName - The name of the pipeline run.
- request
Pipeline
Run Request - The request parameters for a pipeline run.
- registry_
name str - The name of the container registry.
- resource_
group_ strname - The name of the resource group to which the container registry belongs.
- force_
update_ strtag - How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed.
- pipeline_
run_ strname - The name of the pipeline run.
- request
Pipeline
Run Request Args - The request parameters for a pipeline run.
- registry
Name String - The name of the container registry.
- resource
Group StringName - The name of the resource group to which the container registry belongs.
- force
Update StringTag - How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed.
- pipeline
Run StringName - The name of the pipeline run.
- request Property Map
- The request parameters for a pipeline run.
Outputs
All input properties are implicitly available as output properties. Additionally, the PipelineRun resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource.
- Provisioning
State 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.
- System
Data 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.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource.
- Provisioning
State string - The provisioning state of a pipeline run.
- Response
Pipeline
Run Response Response - The response of a pipeline run.
- System
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- Type string
- The type of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource.
- provisioning
State String - The provisioning state of a pipeline run.
- response
Pipeline
Run Response Response - The response of a pipeline run.
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type String
- The type of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource.
- provisioning
State string - The provisioning state of a pipeline run.
- response
Pipeline
Run Response Response - The response of a pipeline run.
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type string
- The type of the resource.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource.
- provisioning_
state str - The provisioning state of a pipeline run.
- response
Pipeline
Run 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.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource.
- provisioning
State String - The provisioning state of a pipeline run.
- response Property Map
- The response of a pipeline run.
- system
Data Property Map - Metadata pertaining to creation and last modification of the resource.
- type String
- The type of the resource.
Supporting Types
ExportPipelineTargetPropertiesResponse, ExportPipelineTargetPropertiesResponseArgs
- Key
Vault 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 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 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 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"
- key
Vault 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, ImportPipelineSourcePropertiesResponseArgs
- Key
Vault 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 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 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 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"
- key
Vault 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"
PipelineRunRequest, PipelineRunRequestArgs
- 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').
- Catalog
Digest string - The digest of the tar used to transfer the artifacts.
- Pipeline
Resource stringId - The resource ID of the pipeline to run.
- Source
Pulumi.
Azure Native. Container Registry. Inputs. Pipeline Run Source Properties - The source properties of the pipeline run.
- Target
Pulumi.
Azure Native. Container Registry. Inputs. Pipeline Run Target Properties - 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').
- Catalog
Digest string - The digest of the tar used to transfer the artifacts.
- Pipeline
Resource stringId - The resource ID of the pipeline to run.
- Source
Pipeline
Run Source Properties - The source properties of the pipeline run.
- Target
Pipeline
Run Target Properties - 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').
- catalog
Digest String - The digest of the tar used to transfer the artifacts.
- pipeline
Resource StringId - The resource ID of the pipeline to run.
- source
Pipeline
Run Source Properties - The source properties of the pipeline run.
- target
Pipeline
Run Target Properties - 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').
- catalog
Digest string - The digest of the tar used to transfer the artifacts.
- pipeline
Resource stringId - The resource ID of the pipeline to run.
- source
Pipeline
Run Source Properties - The source properties of the pipeline run.
- target
Pipeline
Run Target Properties - 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
Pipeline
Run Source Properties - The source properties of the pipeline run.
- target
Pipeline
Run Target Properties - 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').
- catalog
Digest String - The digest of the tar used to transfer the artifacts.
- pipeline
Resource 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.
PipelineRunRequestResponse, PipelineRunRequestResponseArgs
- 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').
- Catalog
Digest string - The digest of the tar used to transfer the artifacts.
- Pipeline
Resource 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').
- Catalog
Digest string - The digest of the tar used to transfer the artifacts.
- Pipeline
Resource stringId - The resource ID of the pipeline to run.
- Source
Pipeline
Run Source Properties Response - The source properties of the pipeline run.
- Target
Pipeline
Run 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').
- catalog
Digest String - The digest of the tar used to transfer the artifacts.
- pipeline
Resource StringId - The resource ID of the pipeline to run.
- source
Pipeline
Run Source Properties Response - The source properties of the pipeline run.
- target
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').
- catalog
Digest string - The digest of the tar used to transfer the artifacts.
- pipeline
Resource stringId - The resource ID of the pipeline to run.
- source
Pipeline
Run Source Properties Response - The source properties of the pipeline run.
- target
Pipeline
Run 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
Pipeline
Run Source Properties Response - The source properties of the pipeline run.
- target
Pipeline
Run 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').
- catalog
Digest String - The digest of the tar used to transfer the artifacts.
- pipeline
Resource 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, PipelineRunResponseResponseArgs
- Catalog
Digest string - The digest of the tar used to transfer the artifacts.
- Finish
Time string - The time the pipeline run finished.
- Imported
Artifacts List<string> - The artifacts imported in the pipeline run.
- Pipeline
Run 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.
- Start
Time 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.
- Catalog
Digest string - The digest of the tar used to transfer the artifacts.
- Finish
Time string - The time the pipeline run finished.
- Imported
Artifacts []string - The artifacts imported in the pipeline run.
- Pipeline
Run stringError Message - The detailed error message for the pipeline run in the case of failure.
- Progress
Progress
Properties Response - The current progress of the copy operation.
- Source
Import
Pipeline Source Properties Response - The source of the pipeline run.
- Start
Time string - The time the pipeline run started.
- Status string
- The current status of the pipeline run.
- Target
Export
Pipeline Target Properties Response - The target of the pipeline run.
- Trigger
Pipeline
Trigger Descriptor Response - The trigger that caused the pipeline run.
- catalog
Digest String - The digest of the tar used to transfer the artifacts.
- finish
Time String - The time the pipeline run finished.
- imported
Artifacts List<String> - The artifacts imported in the pipeline run.
- pipeline
Run StringError Message - The detailed error message for the pipeline run in the case of failure.
- progress
Progress
Properties Response - The current progress of the copy operation.
- source
Import
Pipeline Source Properties Response - The source of the pipeline run.
- start
Time String - The time the pipeline run started.
- status String
- The current status of the pipeline run.
- target
Export
Pipeline Target Properties Response - The target of the pipeline run.
- trigger
Pipeline
Trigger Descriptor Response - The trigger that caused the pipeline run.
- catalog
Digest string - The digest of the tar used to transfer the artifacts.
- finish
Time string - The time the pipeline run finished.
- imported
Artifacts string[] - The artifacts imported in the pipeline run.
- pipeline
Run stringError Message - The detailed error message for the pipeline run in the case of failure.
- progress
Progress
Properties Response - The current progress of the copy operation.
- source
Import
Pipeline Source Properties Response - The source of the pipeline run.
- start
Time string - The time the pipeline run started.
- status string
- The current status of the pipeline run.
- target
Export
Pipeline Target Properties Response - The target of the pipeline run.
- trigger
Pipeline
Trigger 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
Progress
Properties Response - The current progress of the copy operation.
- source
Import
Pipeline 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
Export
Pipeline Target Properties Response - The target of the pipeline run.
- trigger
Pipeline
Trigger Descriptor Response - The trigger that caused the pipeline run.
- catalog
Digest String - The digest of the tar used to transfer the artifacts.
- finish
Time String - The time the pipeline run finished.
- imported
Artifacts List<String> - The artifacts imported in the pipeline run.
- pipeline
Run 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.
- start
Time 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.
PipelineRunSourceProperties, PipelineRunSourcePropertiesArgs
- Name string
- The name of the source.
- Type
string | Pulumi.
Azure Native. Container Registry. Pipeline Run Source Type - The type of the source.
- Name string
- The name of the source.
- Type
string | Pipeline
Run Source Type - The type of the source.
- name String
- The name of the source.
- type
String | Pipeline
Run Source Type - The type of the source.
- name string
- The name of the source.
- type
string | Pipeline
Run Source Type - The type of the source.
- name str
- The name of the source.
- type
str | Pipeline
Run Source Type - The type of the source.
- name String
- The name of the source.
- type
String | "Azure
Storage Blob" - The type of the source.
PipelineRunSourcePropertiesResponse, PipelineRunSourcePropertiesResponseArgs
PipelineRunSourceType, PipelineRunSourceTypeArgs
- Azure
Storage Blob - AzureStorageBlob
- Pipeline
Run Source Type Azure Storage Blob - AzureStorageBlob
- Azure
Storage Blob - AzureStorageBlob
- Azure
Storage Blob - AzureStorageBlob
- AZURE_STORAGE_BLOB
- AzureStorageBlob
- "Azure
Storage Blob" - AzureStorageBlob
PipelineRunTargetProperties, PipelineRunTargetPropertiesArgs
- Name string
- The name of the target.
- Type
string | Pulumi.
Azure Native. Container Registry. Pipeline Run Target Type - The type of the target.
- Name string
- The name of the target.
- Type
string | Pipeline
Run Target Type - The type of the target.
- name String
- The name of the target.
- type
String | Pipeline
Run Target Type - The type of the target.
- name string
- The name of the target.
- type
string | Pipeline
Run Target Type - The type of the target.
- name str
- The name of the target.
- type
str | Pipeline
Run Target Type - The type of the target.
- name String
- The name of the target.
- type
String | "Azure
Storage Blob" - The type of the target.
PipelineRunTargetPropertiesResponse, PipelineRunTargetPropertiesResponseArgs
PipelineRunTargetType, PipelineRunTargetTypeArgs
- Azure
Storage Blob - AzureStorageBlob
- Pipeline
Run Target Type Azure Storage Blob - AzureStorageBlob
- Azure
Storage Blob - AzureStorageBlob
- Azure
Storage Blob - AzureStorageBlob
- AZURE_STORAGE_BLOB
- AzureStorageBlob
- "Azure
Storage Blob" - AzureStorageBlob
PipelineSourceTriggerDescriptorResponse, PipelineSourceTriggerDescriptorResponseArgs
- 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, PipelineTriggerDescriptorResponseArgs
- Source
Trigger Pulumi.Azure Native. Container Registry. Inputs. Pipeline Source 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.
- source
Trigger 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.
- source_
trigger PipelineSource Trigger Descriptor Response - The source trigger that caused the pipeline run.
- source
Trigger Property Map - The source trigger that caused the pipeline run.
ProgressPropertiesResponse, ProgressPropertiesResponseArgs
- 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, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource modification (UTC).
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource modification (UTC).
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource modification (UTC).
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource modification (UTC).
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified 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.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource modification (UTC).
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:containerregistry:PipelineRun myPipelineRun /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/pipelineRuns/myPipelineRun
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0