1. Packages
  2. Azure Native
  3. API Docs
  4. iotoperationsdataprocessor
  5. Pipeline
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.iotoperationsdataprocessor.Pipeline

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

A Pipeline resource belonging to an Instance resource.

Uses Azure REST API version 2023-10-04-preview. In version 2.x of the Azure Native provider, it used API version 2023-10-04-preview.

Example Usage

Pipelines create or update - generated by [MaximumSet] rule

using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;

return await Deployment.RunAsync(() => 
{
    var pipeline = new AzureNative.IoTOperationsDataProcessor.Pipeline("pipeline", new()
    {
        Description = "vayzklhg",
        Enabled = true,
        ExtendedLocation = new AzureNative.IoTOperationsDataProcessor.Inputs.ExtendedLocationArgs
        {
            Name = "/subscriptions/e0aaa3df-e9a4-456a-9824-3c3b5c438110/resourceGroups/IoTOperationsDataProcessor-rg/providers/Microsoft.ExtendedLocation/customLocations/dev-space",
            Type = "CustomLocation",
        },
        Input = new AzureNative.IoTOperationsDataProcessor.Inputs.PipelineInputArgs
        {
            Next = new[]
            {
                "umnuwjk",
            },
            Type = "xrnubjkvzajxjzb",
        },
        InstanceName = "056k5pl8t7761-2--ej25u2l28ttb-22mh79-75-2ch-t8",
        Location = "westus",
        PipelineName = "j8-8--3",
        ResourceGroupName = "rgopenapi",
        Stages = 
        {
            { "stageId", new AzureNative.IoTOperationsDataProcessor.Inputs.PipelineStageArgs
            {
                Next = new[]
                {
                    "gxqgqh",
                },
                Type = "cxqgblrzqniowabexbztempdpkuib",
            } },
        },
        Tags = null,
    });

});
Copy
package main

import (
	iotoperationsdataprocessor "github.com/pulumi/pulumi-azure-native-sdk/iotoperationsdataprocessor/v3"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := iotoperationsdataprocessor.NewPipeline(ctx, "pipeline", &iotoperationsdataprocessor.PipelineArgs{
			Description: pulumi.String("vayzklhg"),
			Enabled:     pulumi.Bool(true),
			ExtendedLocation: &iotoperationsdataprocessor.ExtendedLocationArgs{
				Name: pulumi.String("/subscriptions/e0aaa3df-e9a4-456a-9824-3c3b5c438110/resourceGroups/IoTOperationsDataProcessor-rg/providers/Microsoft.ExtendedLocation/customLocations/dev-space"),
				Type: pulumi.String("CustomLocation"),
			},
			Input: &iotoperationsdataprocessor.PipelineInputTypeArgs{
				Next: pulumi.StringArray{
					pulumi.String("umnuwjk"),
				},
				Type: pulumi.String("xrnubjkvzajxjzb"),
			},
			InstanceName:      pulumi.String("056k5pl8t7761-2--ej25u2l28ttb-22mh79-75-2ch-t8"),
			Location:          pulumi.String("westus"),
			PipelineName:      pulumi.String("j8-8--3"),
			ResourceGroupName: pulumi.String("rgopenapi"),
			Stages: iotoperationsdataprocessor.PipelineStageMap{
				"stageId": &iotoperationsdataprocessor.PipelineStageArgs{
					Next: pulumi.StringArray{
						pulumi.String("gxqgqh"),
					},
					Type: pulumi.String("cxqgblrzqniowabexbztempdpkuib"),
				},
			},
			Tags: pulumi.StringMap{},
		})
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.iotoperationsdataprocessor.Pipeline;
import com.pulumi.azurenative.iotoperationsdataprocessor.PipelineArgs;
import com.pulumi.azurenative.iotoperationsdataprocessor.inputs.ExtendedLocationArgs;
import com.pulumi.azurenative.iotoperationsdataprocessor.inputs.PipelineInputArgs;
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 pipeline = new Pipeline("pipeline", PipelineArgs.builder()
            .description("vayzklhg")
            .enabled(true)
            .extendedLocation(ExtendedLocationArgs.builder()
                .name("/subscriptions/e0aaa3df-e9a4-456a-9824-3c3b5c438110/resourceGroups/IoTOperationsDataProcessor-rg/providers/Microsoft.ExtendedLocation/customLocations/dev-space")
                .type("CustomLocation")
                .build())
            .input(PipelineInputArgs.builder()
                .next("umnuwjk")
                .type("xrnubjkvzajxjzb")
                .build())
            .instanceName("056k5pl8t7761-2--ej25u2l28ttb-22mh79-75-2ch-t8")
            .location("westus")
            .pipelineName("j8-8--3")
            .resourceGroupName("rgopenapi")
            .stages(Map.of("stageId", PipelineStageArgs.builder()
                .next("gxqgqh")
                .type("cxqgblrzqniowabexbztempdpkuib")
                .build()))
            .tags(Map.ofEntries(
            ))
            .build());

    }
}
Copy
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";

const pipeline = new azure_native.iotoperationsdataprocessor.Pipeline("pipeline", {
    description: "vayzklhg",
    enabled: true,
    extendedLocation: {
        name: "/subscriptions/e0aaa3df-e9a4-456a-9824-3c3b5c438110/resourceGroups/IoTOperationsDataProcessor-rg/providers/Microsoft.ExtendedLocation/customLocations/dev-space",
        type: "CustomLocation",
    },
    input: {
        next: ["umnuwjk"],
        type: "xrnubjkvzajxjzb",
    },
    instanceName: "056k5pl8t7761-2--ej25u2l28ttb-22mh79-75-2ch-t8",
    location: "westus",
    pipelineName: "j8-8--3",
    resourceGroupName: "rgopenapi",
    stages: {
        stageId: {
            next: ["gxqgqh"],
            type: "cxqgblrzqniowabexbztempdpkuib",
        },
    },
    tags: {},
});
Copy
import pulumi
import pulumi_azure_native as azure_native

pipeline = azure_native.iotoperationsdataprocessor.Pipeline("pipeline",
    description="vayzklhg",
    enabled=True,
    extended_location={
        "name": "/subscriptions/e0aaa3df-e9a4-456a-9824-3c3b5c438110/resourceGroups/IoTOperationsDataProcessor-rg/providers/Microsoft.ExtendedLocation/customLocations/dev-space",
        "type": "CustomLocation",
    },
    input={
        "next": ["umnuwjk"],
        "type": "xrnubjkvzajxjzb",
    },
    instance_name="056k5pl8t7761-2--ej25u2l28ttb-22mh79-75-2ch-t8",
    location="westus",
    pipeline_name="j8-8--3",
    resource_group_name="rgopenapi",
    stages={
        "stageId": {
            "next": ["gxqgqh"],
            "type": "cxqgblrzqniowabexbztempdpkuib",
        },
    },
    tags={})
Copy
resources:
  pipeline:
    type: azure-native:iotoperationsdataprocessor:Pipeline
    properties:
      description: vayzklhg
      enabled: true
      extendedLocation:
        name: /subscriptions/e0aaa3df-e9a4-456a-9824-3c3b5c438110/resourceGroups/IoTOperationsDataProcessor-rg/providers/Microsoft.ExtendedLocation/customLocations/dev-space
        type: CustomLocation
      input:
        next:
          - umnuwjk
        type: xrnubjkvzajxjzb
      instanceName: 056k5pl8t7761-2--ej25u2l28ttb-22mh79-75-2ch-t8
      location: westus
      pipelineName: j8-8--3
      resourceGroupName: rgopenapi
      stages:
        stageId:
          next:
            - gxqgqh
          type: cxqgblrzqniowabexbztempdpkuib
      tags: {}
Copy

Create Pipeline Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new Pipeline(name: string, args: PipelineArgs, opts?: CustomResourceOptions);
@overload
def Pipeline(resource_name: str,
             args: PipelineArgs,
             opts: Optional[ResourceOptions] = None)

@overload
def Pipeline(resource_name: str,
             opts: Optional[ResourceOptions] = None,
             enabled: Optional[bool] = None,
             extended_location: Optional[ExtendedLocationArgs] = None,
             input: Optional[PipelineInputArgs] = None,
             instance_name: Optional[str] = None,
             resource_group_name: Optional[str] = None,
             stages: Optional[Mapping[str, PipelineStageArgs]] = None,
             description: Optional[str] = None,
             location: Optional[str] = None,
             pipeline_name: Optional[str] = None,
             tags: Optional[Mapping[str, str]] = None)
func NewPipeline(ctx *Context, name string, args PipelineArgs, opts ...ResourceOption) (*Pipeline, error)
public Pipeline(string name, PipelineArgs args, CustomResourceOptions? opts = null)
public Pipeline(String name, PipelineArgs args)
public Pipeline(String name, PipelineArgs args, CustomResourceOptions options)
type: azure-native:iotoperationsdataprocessor:Pipeline
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. PipelineArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. PipelineArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. PipelineArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. PipelineArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. PipelineArgs
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 examplepipelineResourceResourceFromIotoperationsdataprocessor = new AzureNative.IoTOperationsDataProcessor.Pipeline("examplepipelineResourceResourceFromIotoperationsdataprocessor", new()
{
    Enabled = false,
    ExtendedLocation = new AzureNative.IoTOperationsDataProcessor.Inputs.ExtendedLocationArgs
    {
        Name = "string",
        Type = "string",
    },
    Input = new AzureNative.IoTOperationsDataProcessor.Inputs.PipelineInputArgs
    {
        Next = new[]
        {
            "string",
        },
        Type = "string",
        Description = "string",
    },
    InstanceName = "string",
    ResourceGroupName = "string",
    Stages = 
    {
        { "string", new AzureNative.IoTOperationsDataProcessor.Inputs.PipelineStageArgs
        {
            Type = "string",
            Description = "string",
            Next = new[]
            {
                "string",
            },
        } },
    },
    Description = "string",
    Location = "string",
    PipelineName = "string",
    Tags = 
    {
        { "string", "string" },
    },
});
Copy
example, err := iotoperationsdataprocessor.NewPipeline(ctx, "examplepipelineResourceResourceFromIotoperationsdataprocessor", &iotoperationsdataprocessor.PipelineArgs{
	Enabled: pulumi.Bool(false),
	ExtendedLocation: &iotoperationsdataprocessor.ExtendedLocationArgs{
		Name: pulumi.String("string"),
		Type: pulumi.String("string"),
	},
	Input: &iotoperationsdataprocessor.PipelineInputTypeArgs{
		Next: pulumi.StringArray{
			pulumi.String("string"),
		},
		Type:        pulumi.String("string"),
		Description: pulumi.String("string"),
	},
	InstanceName:      pulumi.String("string"),
	ResourceGroupName: pulumi.String("string"),
	Stages: iotoperationsdataprocessor.PipelineStageMap{
		"string": &iotoperationsdataprocessor.PipelineStageArgs{
			Type:        pulumi.String("string"),
			Description: pulumi.String("string"),
			Next: pulumi.StringArray{
				pulumi.String("string"),
			},
		},
	},
	Description:  pulumi.String("string"),
	Location:     pulumi.String("string"),
	PipelineName: pulumi.String("string"),
	Tags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
})
Copy
var examplepipelineResourceResourceFromIotoperationsdataprocessor = new Pipeline("examplepipelineResourceResourceFromIotoperationsdataprocessor", PipelineArgs.builder()
    .enabled(false)
    .extendedLocation(ExtendedLocationArgs.builder()
        .name("string")
        .type("string")
        .build())
    .input(PipelineInputArgs.builder()
        .next("string")
        .type("string")
        .description("string")
        .build())
    .instanceName("string")
    .resourceGroupName("string")
    .stages(Map.of("string", Map.ofEntries(
        Map.entry("type", "string"),
        Map.entry("description", "string"),
        Map.entry("next", "string")
    )))
    .description("string")
    .location("string")
    .pipelineName("string")
    .tags(Map.of("string", "string"))
    .build());
Copy
examplepipeline_resource_resource_from_iotoperationsdataprocessor = azure_native.iotoperationsdataprocessor.Pipeline("examplepipelineResourceResourceFromIotoperationsdataprocessor",
    enabled=False,
    extended_location={
        "name": "string",
        "type": "string",
    },
    input={
        "next": ["string"],
        "type": "string",
        "description": "string",
    },
    instance_name="string",
    resource_group_name="string",
    stages={
        "string": {
            "type": "string",
            "description": "string",
            "next": ["string"],
        },
    },
    description="string",
    location="string",
    pipeline_name="string",
    tags={
        "string": "string",
    })
Copy
const examplepipelineResourceResourceFromIotoperationsdataprocessor = new azure_native.iotoperationsdataprocessor.Pipeline("examplepipelineResourceResourceFromIotoperationsdataprocessor", {
    enabled: false,
    extendedLocation: {
        name: "string",
        type: "string",
    },
    input: {
        next: ["string"],
        type: "string",
        description: "string",
    },
    instanceName: "string",
    resourceGroupName: "string",
    stages: {
        string: {
            type: "string",
            description: "string",
            next: ["string"],
        },
    },
    description: "string",
    location: "string",
    pipelineName: "string",
    tags: {
        string: "string",
    },
});
Copy
type: azure-native:iotoperationsdataprocessor:Pipeline
properties:
    description: string
    enabled: false
    extendedLocation:
        name: string
        type: string
    input:
        description: string
        next:
            - string
        type: string
    instanceName: string
    location: string
    pipelineName: string
    resourceGroupName: string
    stages:
        string:
            description: string
            next:
                - string
            type: string
    tags:
        string: string
Copy

Pipeline Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The Pipeline resource accepts the following input properties:

Enabled This property is required. bool
Flag indicating whether the pipeline should be running or not.
ExtendedLocation
This property is required.
Changes to this property will trigger replacement.
Pulumi.AzureNative.IoTOperationsDataProcessor.Inputs.ExtendedLocation
Edge location of the resource.
Input This property is required. Pulumi.AzureNative.IoTOperationsDataProcessor.Inputs.PipelineInput
Information about where to pull input data from.
InstanceName
This property is required.
Changes to this property will trigger replacement.
string
Name of instance.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
Stages This property is required. Dictionary<string, Pulumi.AzureNative.IoTOperationsDataProcessor.Inputs.PipelineStageArgs>
Map of stage ids to stage configurations for all pipeline processing and output stages.
Description string
Detailed description of the Pipeline.
Location Changes to this property will trigger replacement. string
The geo-location where the resource lives
PipelineName Changes to this property will trigger replacement. string
Name of pipeline
Tags Dictionary<string, string>
Resource tags.
Enabled This property is required. bool
Flag indicating whether the pipeline should be running or not.
ExtendedLocation
This property is required.
Changes to this property will trigger replacement.
ExtendedLocationArgs
Edge location of the resource.
Input This property is required. PipelineInputTypeArgs
Information about where to pull input data from.
InstanceName
This property is required.
Changes to this property will trigger replacement.
string
Name of instance.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
Stages This property is required. map[string]PipelineStageArgs
Map of stage ids to stage configurations for all pipeline processing and output stages.
Description string
Detailed description of the Pipeline.
Location Changes to this property will trigger replacement. string
The geo-location where the resource lives
PipelineName Changes to this property will trigger replacement. string
Name of pipeline
Tags map[string]string
Resource tags.
enabled This property is required. Boolean
Flag indicating whether the pipeline should be running or not.
extendedLocation
This property is required.
Changes to this property will trigger replacement.
ExtendedLocation
Edge location of the resource.
input This property is required. PipelineInput
Information about where to pull input data from.
instanceName
This property is required.
Changes to this property will trigger replacement.
String
Name of instance.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
stages This property is required. Map<String,PipelineStageArgs>
Map of stage ids to stage configurations for all pipeline processing and output stages.
description String
Detailed description of the Pipeline.
location Changes to this property will trigger replacement. String
The geo-location where the resource lives
pipelineName Changes to this property will trigger replacement. String
Name of pipeline
tags Map<String,String>
Resource tags.
enabled This property is required. boolean
Flag indicating whether the pipeline should be running or not.
extendedLocation
This property is required.
Changes to this property will trigger replacement.
ExtendedLocation
Edge location of the resource.
input This property is required. PipelineInput
Information about where to pull input data from.
instanceName
This property is required.
Changes to this property will trigger replacement.
string
Name of instance.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
stages This property is required. {[key: string]: PipelineStageArgs}
Map of stage ids to stage configurations for all pipeline processing and output stages.
description string
Detailed description of the Pipeline.
location Changes to this property will trigger replacement. string
The geo-location where the resource lives
pipelineName Changes to this property will trigger replacement. string
Name of pipeline
tags {[key: string]: string}
Resource tags.
enabled This property is required. bool
Flag indicating whether the pipeline should be running or not.
extended_location
This property is required.
Changes to this property will trigger replacement.
ExtendedLocationArgs
Edge location of the resource.
input This property is required. PipelineInputArgs
Information about where to pull input data from.
instance_name
This property is required.
Changes to this property will trigger replacement.
str
Name of instance.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
stages This property is required. Mapping[str, PipelineStageArgs]
Map of stage ids to stage configurations for all pipeline processing and output stages.
description str
Detailed description of the Pipeline.
location Changes to this property will trigger replacement. str
The geo-location where the resource lives
pipeline_name Changes to this property will trigger replacement. str
Name of pipeline
tags Mapping[str, str]
Resource tags.
enabled This property is required. Boolean
Flag indicating whether the pipeline should be running or not.
extendedLocation
This property is required.
Changes to this property will trigger replacement.
Property Map
Edge location of the resource.
input This property is required. Property Map
Information about where to pull input data from.
instanceName
This property is required.
Changes to this property will trigger replacement.
String
Name of instance.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
stages This property is required. Map<Property Map>
Map of stage ids to stage configurations for all pipeline processing and output stages.
description String
Detailed description of the Pipeline.
location Changes to this property will trigger replacement. String
The geo-location where the resource lives
pipelineName Changes to this property will trigger replacement. String
Name of pipeline
tags Map<String>
Resource tags.

Outputs

All input properties are implicitly available as output properties. Additionally, the Pipeline resource produces the following output properties:

AzureApiVersion string
The Azure API version of the resource.
Id string
The provider-assigned unique ID for this managed resource.
Name string
The name of the resource
ProvisioningState string
The status of the last operation.
SystemData Pulumi.AzureNative.IoTOperationsDataProcessor.Outputs.SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
AzureApiVersion string
The Azure API version of the resource.
Id string
The provider-assigned unique ID for this managed resource.
Name string
The name of the resource
ProvisioningState string
The status of the last operation.
SystemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azureApiVersion String
The Azure API version of the resource.
id String
The provider-assigned unique ID for this managed resource.
name String
The name of the resource
provisioningState String
The status of the last operation.
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azureApiVersion string
The Azure API version of the resource.
id string
The provider-assigned unique ID for this managed resource.
name string
The name of the resource
provisioningState string
The status of the last operation.
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azure_api_version str
The Azure API version 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 status of the last operation.
system_data SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azureApiVersion String
The Azure API version of the resource.
id String
The provider-assigned unique ID for this managed resource.
name String
The name of the resource
provisioningState String
The status of the last operation.
systemData Property Map
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Supporting Types

ExtendedLocation
, ExtendedLocationArgs

Name This property is required. string
The name of the extended location.
Type This property is required. string
The type of the extended location.
Name This property is required. string
The name of the extended location.
Type This property is required. string
The type of the extended location.
name This property is required. String
The name of the extended location.
type This property is required. String
The type of the extended location.
name This property is required. string
The name of the extended location.
type This property is required. string
The type of the extended location.
name This property is required. str
The name of the extended location.
type This property is required. str
The type of the extended location.
name This property is required. String
The name of the extended location.
type This property is required. String
The type of the extended location.

ExtendedLocationResponse
, ExtendedLocationResponseArgs

Name This property is required. string
The name of the extended location.
Type This property is required. string
The type of the extended location.
Name This property is required. string
The name of the extended location.
Type This property is required. string
The type of the extended location.
name This property is required. String
The name of the extended location.
type This property is required. String
The type of the extended location.
name This property is required. string
The name of the extended location.
type This property is required. string
The type of the extended location.
name This property is required. str
The name of the extended location.
type This property is required. str
The type of the extended location.
name This property is required. String
The name of the extended location.
type This property is required. String
The type of the extended location.

PipelineInput
, PipelineInputArgs

Next This property is required. List<string>
Next stage in the pipeline.
Type This property is required. string
ARM resource type.
Description string
Description for stage.
Next This property is required. []string
Next stage in the pipeline.
Type This property is required. string
ARM resource type.
Description string
Description for stage.
next This property is required. List<String>
Next stage in the pipeline.
type This property is required. String
ARM resource type.
description String
Description for stage.
next This property is required. string[]
Next stage in the pipeline.
type This property is required. string
ARM resource type.
description string
Description for stage.
next This property is required. Sequence[str]
Next stage in the pipeline.
type This property is required. str
ARM resource type.
description str
Description for stage.
next This property is required. List<String>
Next stage in the pipeline.
type This property is required. String
ARM resource type.
description String
Description for stage.

PipelineInputResponse
, PipelineInputResponseArgs

Next This property is required. List<string>
Next stage in the pipeline.
Type This property is required. string
ARM resource type.
Description string
Description for stage.
Next This property is required. []string
Next stage in the pipeline.
Type This property is required. string
ARM resource type.
Description string
Description for stage.
next This property is required. List<String>
Next stage in the pipeline.
type This property is required. String
ARM resource type.
description String
Description for stage.
next This property is required. string[]
Next stage in the pipeline.
type This property is required. string
ARM resource type.
description string
Description for stage.
next This property is required. Sequence[str]
Next stage in the pipeline.
type This property is required. str
ARM resource type.
description str
Description for stage.
next This property is required. List<String>
Next stage in the pipeline.
type This property is required. String
ARM resource type.
description String
Description for stage.

PipelineStage
, PipelineStageArgs

Type This property is required. string
ARM resource type.
Description string
Description for stage.
Next List<string>
Next stage in the pipeline. Not required if output stage.
Type This property is required. string
ARM resource type.
Description string
Description for stage.
Next []string
Next stage in the pipeline. Not required if output stage.
type This property is required. String
ARM resource type.
description String
Description for stage.
next List<String>
Next stage in the pipeline. Not required if output stage.
type This property is required. string
ARM resource type.
description string
Description for stage.
next string[]
Next stage in the pipeline. Not required if output stage.
type This property is required. str
ARM resource type.
description str
Description for stage.
next Sequence[str]
Next stage in the pipeline. Not required if output stage.
type This property is required. String
ARM resource type.
description String
Description for stage.
next List<String>
Next stage in the pipeline. Not required if output stage.

PipelineStageResponse
, PipelineStageResponseArgs

Type This property is required. string
ARM resource type.
Description string
Description for stage.
Next List<string>
Next stage in the pipeline. Not required if output stage.
Type This property is required. string
ARM resource type.
Description string
Description for stage.
Next []string
Next stage in the pipeline. Not required if output stage.
type This property is required. String
ARM resource type.
description String
Description for stage.
next List<String>
Next stage in the pipeline. Not required if output stage.
type This property is required. string
ARM resource type.
description string
Description for stage.
next string[]
Next stage in the pipeline. Not required if output stage.
type This property is required. str
ARM resource type.
description str
Description for stage.
next Sequence[str]
Next stage in the pipeline. Not required if output stage.
type This property is required. String
ARM resource type.
description String
Description for stage.
next List<String>
Next stage in the pipeline. Not required if output stage.

SystemDataResponse
, SystemDataResponseArgs

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
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.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
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.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
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.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
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_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
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.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
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:iotoperationsdataprocessor:Pipeline IoTOperationsDataProcessor-pipeline-name /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperationsDataProcessor/instances/{instanceName}/pipelines/{pipelineName} 
Copy

To learn more about importing existing cloud resources, see Importing resources.

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 v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi