1. Packages
  2. Azure Native
  3. API Docs
  4. iotoperationsorchestrator
  5. Target
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.41.0 published on Tuesday, May 14, 2024 by Pulumi

azure-native.iotoperationsorchestrator.Target

Explore with Pulumi AI

azure-native logo
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.41.0 published on Tuesday, May 14, 2024 by Pulumi

    A Target resource belonging to an Instance resource. Azure REST API version: 2023-10-04-preview.

    Example Usage

    Targets_CreateOrUpdate - generated by [MaximumSet] rule - generated by [MaximumSet] rule

    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using AzureNative = Pulumi.AzureNative;
    
    return await Deployment.RunAsync(() => 
    {
        var target = new AzureNative.IoTOperationsOrchestrator.Target("target", new()
        {
            Components = new[]
            {
                new AzureNative.IoTOperationsOrchestrator.Inputs.ComponentPropertiesArgs
                {
                    Dependencies = new[]
                    {
                        "x",
                    },
                    Name = "yhnelpxsobdyurwvhkq",
                    Properties = null,
                    Type = "wiabwsfqhhxru",
                },
            },
            ExtendedLocation = new AzureNative.IoTOperationsOrchestrator.Inputs.ExtendedLocationArgs
            {
                Name = "bjjhfqsplgzdlbdlddleetyg",
                Type = "sosibrbmmrfbbyp",
            },
            Location = "pjjkifnrwvzcyohz",
            Name = "7---s--1-hl-fl-3f0-wfy34e08-4",
            ReconciliationPolicy = new AzureNative.IoTOperationsOrchestrator.Inputs.ReconciliationPolicyArgs
            {
                Interval = "wyrrzydmfgzymvzbppscxyfobku",
                Type = AzureNative.IoTOperationsOrchestrator.ReconciliationPolicies.Periodic,
            },
            ResourceGroupName = "rgopenapi",
            Scope = "lm",
            Tags = null,
            Topologies = new[]
            {
                new AzureNative.IoTOperationsOrchestrator.Inputs.TopologiesPropertiesArgs
                {
                    Bindings = new[]
                    {
                        new AzureNative.IoTOperationsOrchestrator.Inputs.BindingPropertiesArgs
                        {
                            Config = null,
                            Provider = "qpwesjlyyggcbehwigbobqum",
                            Role = "role",
                        },
                    },
                },
            },
            Version = "prbigsnjltnzqliu",
        });
    
    });
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-azure-native-sdk/iotoperationsorchestrator/v2"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := iotoperationsorchestrator.NewTarget(ctx, "target", &iotoperationsorchestrator.TargetArgs{
    			Components: iotoperationsorchestrator.ComponentPropertiesArray{
    				&iotoperationsorchestrator.ComponentPropertiesArgs{
    					Dependencies: pulumi.StringArray{
    						pulumi.String("x"),
    					},
    					Name:       pulumi.String("yhnelpxsobdyurwvhkq"),
    					Properties: pulumi.Any(nil),
    					Type:       pulumi.String("wiabwsfqhhxru"),
    				},
    			},
    			ExtendedLocation: &iotoperationsorchestrator.ExtendedLocationArgs{
    				Name: pulumi.String("bjjhfqsplgzdlbdlddleetyg"),
    				Type: pulumi.String("sosibrbmmrfbbyp"),
    			},
    			Location: pulumi.String("pjjkifnrwvzcyohz"),
    			Name:     pulumi.String("7---s--1-hl-fl-3f0-wfy34e08-4"),
    			ReconciliationPolicy: &iotoperationsorchestrator.ReconciliationPolicyArgs{
    				Interval: pulumi.String("wyrrzydmfgzymvzbppscxyfobku"),
    				Type:     pulumi.String(iotoperationsorchestrator.ReconciliationPoliciesPeriodic),
    			},
    			ResourceGroupName: pulumi.String("rgopenapi"),
    			Scope:             pulumi.String("lm"),
    			Tags:              nil,
    			Topologies: iotoperationsorchestrator.TopologiesPropertiesArray{
    				&iotoperationsorchestrator.TopologiesPropertiesArgs{
    					Bindings: iotoperationsorchestrator.BindingPropertiesArray{
    						&iotoperationsorchestrator.BindingPropertiesArgs{
    							Config:   pulumi.Any(nil),
    							Provider: pulumi.String("qpwesjlyyggcbehwigbobqum"),
    							Role:     pulumi.String("role"),
    						},
    					},
    				},
    			},
    			Version: pulumi.String("prbigsnjltnzqliu"),
    		})
    		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.iotoperationsorchestrator.Target;
    import com.pulumi.azurenative.iotoperationsorchestrator.TargetArgs;
    import com.pulumi.azurenative.iotoperationsorchestrator.inputs.ComponentPropertiesArgs;
    import com.pulumi.azurenative.iotoperationsorchestrator.inputs.ExtendedLocationArgs;
    import com.pulumi.azurenative.iotoperationsorchestrator.inputs.ReconciliationPolicyArgs;
    import com.pulumi.azurenative.iotoperationsorchestrator.inputs.TopologiesPropertiesArgs;
    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 target = new Target("target", TargetArgs.builder()        
                .components(ComponentPropertiesArgs.builder()
                    .dependencies("x")
                    .name("yhnelpxsobdyurwvhkq")
                    .properties()
                    .type("wiabwsfqhhxru")
                    .build())
                .extendedLocation(ExtendedLocationArgs.builder()
                    .name("bjjhfqsplgzdlbdlddleetyg")
                    .type("sosibrbmmrfbbyp")
                    .build())
                .location("pjjkifnrwvzcyohz")
                .name("7---s--1-hl-fl-3f0-wfy34e08-4")
                .reconciliationPolicy(ReconciliationPolicyArgs.builder()
                    .interval("wyrrzydmfgzymvzbppscxyfobku")
                    .type("periodic")
                    .build())
                .resourceGroupName("rgopenapi")
                .scope("lm")
                .tags()
                .topologies(TopologiesPropertiesArgs.builder()
                    .bindings(BindingPropertiesArgs.builder()
                        .config()
                        .provider("qpwesjlyyggcbehwigbobqum")
                        .role("role")
                        .build())
                    .build())
                .version("prbigsnjltnzqliu")
                .build());
    
        }
    }
    
    import pulumi
    import pulumi_azure_native as azure_native
    
    target = azure_native.iotoperationsorchestrator.Target("target",
        components=[azure_native.iotoperationsorchestrator.ComponentPropertiesArgs(
            dependencies=["x"],
            name="yhnelpxsobdyurwvhkq",
            properties={},
            type="wiabwsfqhhxru",
        )],
        extended_location=azure_native.iotoperationsorchestrator.ExtendedLocationArgs(
            name="bjjhfqsplgzdlbdlddleetyg",
            type="sosibrbmmrfbbyp",
        ),
        location="pjjkifnrwvzcyohz",
        name="7---s--1-hl-fl-3f0-wfy34e08-4",
        reconciliation_policy=azure_native.iotoperationsorchestrator.ReconciliationPolicyArgs(
            interval="wyrrzydmfgzymvzbppscxyfobku",
            type=azure_native.iotoperationsorchestrator.ReconciliationPolicies.PERIODIC,
        ),
        resource_group_name="rgopenapi",
        scope="lm",
        tags={},
        topologies=[azure_native.iotoperationsorchestrator.TopologiesPropertiesArgs(
            bindings=[azure_native.iotoperationsorchestrator.BindingPropertiesArgs(
                config={},
                provider="qpwesjlyyggcbehwigbobqum",
                role="role",
            )],
        )],
        version="prbigsnjltnzqliu")
    
    import * as pulumi from "@pulumi/pulumi";
    import * as azure_native from "@pulumi/azure-native";
    
    const target = new azure_native.iotoperationsorchestrator.Target("target", {
        components: [{
            dependencies: ["x"],
            name: "yhnelpxsobdyurwvhkq",
            properties: {},
            type: "wiabwsfqhhxru",
        }],
        extendedLocation: {
            name: "bjjhfqsplgzdlbdlddleetyg",
            type: "sosibrbmmrfbbyp",
        },
        location: "pjjkifnrwvzcyohz",
        name: "7---s--1-hl-fl-3f0-wfy34e08-4",
        reconciliationPolicy: {
            interval: "wyrrzydmfgzymvzbppscxyfobku",
            type: azure_native.iotoperationsorchestrator.ReconciliationPolicies.Periodic,
        },
        resourceGroupName: "rgopenapi",
        scope: "lm",
        tags: {},
        topologies: [{
            bindings: [{
                config: {},
                provider: "qpwesjlyyggcbehwigbobqum",
                role: "role",
            }],
        }],
        version: "prbigsnjltnzqliu",
    });
    
    resources:
      target:
        type: azure-native:iotoperationsorchestrator:Target
        properties:
          components:
            - dependencies:
                - x
              name: yhnelpxsobdyurwvhkq
              properties: {}
              type: wiabwsfqhhxru
          extendedLocation:
            name: bjjhfqsplgzdlbdlddleetyg
            type: sosibrbmmrfbbyp
          location: pjjkifnrwvzcyohz
          name: 7---s--1-hl-fl-3f0-wfy34e08-4
          reconciliationPolicy:
            interval: wyrrzydmfgzymvzbppscxyfobku
            type: periodic
          resourceGroupName: rgopenapi
          scope: lm
          tags: {}
          topologies:
            - bindings:
                - config: {}
                  provider: qpwesjlyyggcbehwigbobqum
                  role: role
          version: prbigsnjltnzqliu
    

    Create Target Resource

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

    Constructor syntax

    new Target(name: string, args: TargetArgs, opts?: CustomResourceOptions);
    @overload
    def Target(resource_name: str,
               args: TargetArgs,
               opts: Optional[ResourceOptions] = None)
    
    @overload
    def Target(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               extended_location: Optional[ExtendedLocationArgs] = None,
               resource_group_name: Optional[str] = None,
               components: Optional[Sequence[ComponentPropertiesArgs]] = None,
               location: Optional[str] = None,
               name: Optional[str] = None,
               reconciliation_policy: Optional[ReconciliationPolicyArgs] = None,
               scope: Optional[str] = None,
               tags: Optional[Mapping[str, str]] = None,
               topologies: Optional[Sequence[TopologiesPropertiesArgs]] = None,
               version: Optional[str] = None)
    func NewTarget(ctx *Context, name string, args TargetArgs, opts ...ResourceOption) (*Target, error)
    public Target(string name, TargetArgs args, CustomResourceOptions? opts = null)
    public Target(String name, TargetArgs args)
    public Target(String name, TargetArgs args, CustomResourceOptions options)
    
    type: azure-native:iotoperationsorchestrator:Target
    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 TargetArgs
    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 TargetArgs
    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 TargetArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TargetArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TargetArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var exampletargetResourceResourceFromIotoperationsorchestrator = new AzureNative.IoTOperationsOrchestrator.Target("exampletargetResourceResourceFromIotoperationsorchestrator", new()
    {
        ExtendedLocation = new AzureNative.IoTOperationsOrchestrator.Inputs.ExtendedLocationArgs
        {
            Name = "string",
            Type = "string",
        },
        ResourceGroupName = "string",
        Components = new[]
        {
            new AzureNative.IoTOperationsOrchestrator.Inputs.ComponentPropertiesArgs
            {
                Name = "string",
                Type = "string",
                Dependencies = new[]
                {
                    "string",
                },
                Properties = "any",
            },
        },
        Location = "string",
        Name = "string",
        ReconciliationPolicy = new AzureNative.IoTOperationsOrchestrator.Inputs.ReconciliationPolicyArgs
        {
            Type = "string",
            Interval = "string",
        },
        Scope = "string",
        Tags = 
        {
            { "string", "string" },
        },
        Topologies = new[]
        {
            new AzureNative.IoTOperationsOrchestrator.Inputs.TopologiesPropertiesArgs
            {
                Bindings = new[]
                {
                    new AzureNative.IoTOperationsOrchestrator.Inputs.BindingPropertiesArgs
                    {
                        Config = "any",
                        Provider = "string",
                        Role = "string",
                    },
                },
            },
        },
        Version = "string",
    });
    
    example, err := iotoperationsorchestrator.NewTarget(ctx, "exampletargetResourceResourceFromIotoperationsorchestrator", &iotoperationsorchestrator.TargetArgs{
    ExtendedLocation: &iotoperationsorchestrator.ExtendedLocationArgs{
    Name: pulumi.String("string"),
    Type: pulumi.String("string"),
    },
    ResourceGroupName: pulumi.String("string"),
    Components: iotoperationsorchestrator.ComponentPropertiesArray{
    &iotoperationsorchestrator.ComponentPropertiesArgs{
    Name: pulumi.String("string"),
    Type: pulumi.String("string"),
    Dependencies: pulumi.StringArray{
    pulumi.String("string"),
    },
    Properties: pulumi.Any("any"),
    },
    },
    Location: pulumi.String("string"),
    Name: pulumi.String("string"),
    ReconciliationPolicy: &iotoperationsorchestrator.ReconciliationPolicyArgs{
    Type: pulumi.String("string"),
    Interval: pulumi.String("string"),
    },
    Scope: pulumi.String("string"),
    Tags: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    Topologies: iotoperationsorchestrator.TopologiesPropertiesArray{
    &iotoperationsorchestrator.TopologiesPropertiesArgs{
    Bindings: iotoperationsorchestrator.BindingPropertiesArray{
    &iotoperationsorchestrator.BindingPropertiesArgs{
    Config: pulumi.Any("any"),
    Provider: pulumi.String("string"),
    Role: pulumi.String("string"),
    },
    },
    },
    },
    Version: pulumi.String("string"),
    })
    
    var exampletargetResourceResourceFromIotoperationsorchestrator = new Target("exampletargetResourceResourceFromIotoperationsorchestrator", TargetArgs.builder()        
        .extendedLocation(ExtendedLocationArgs.builder()
            .name("string")
            .type("string")
            .build())
        .resourceGroupName("string")
        .components(ComponentPropertiesArgs.builder()
            .name("string")
            .type("string")
            .dependencies("string")
            .properties("any")
            .build())
        .location("string")
        .name("string")
        .reconciliationPolicy(ReconciliationPolicyArgs.builder()
            .type("string")
            .interval("string")
            .build())
        .scope("string")
        .tags(Map.of("string", "string"))
        .topologies(TopologiesPropertiesArgs.builder()
            .bindings(BindingPropertiesArgs.builder()
                .config("any")
                .provider("string")
                .role("string")
                .build())
            .build())
        .version("string")
        .build());
    
    exampletarget_resource_resource_from_iotoperationsorchestrator = azure_native.iotoperationsorchestrator.Target("exampletargetResourceResourceFromIotoperationsorchestrator",
        extended_location=azure_native.iotoperationsorchestrator.ExtendedLocationArgs(
            name="string",
            type="string",
        ),
        resource_group_name="string",
        components=[azure_native.iotoperationsorchestrator.ComponentPropertiesArgs(
            name="string",
            type="string",
            dependencies=["string"],
            properties="any",
        )],
        location="string",
        name="string",
        reconciliation_policy=azure_native.iotoperationsorchestrator.ReconciliationPolicyArgs(
            type="string",
            interval="string",
        ),
        scope="string",
        tags={
            "string": "string",
        },
        topologies=[azure_native.iotoperationsorchestrator.TopologiesPropertiesArgs(
            bindings=[azure_native.iotoperationsorchestrator.BindingPropertiesArgs(
                config="any",
                provider="string",
                role="string",
            )],
        )],
        version="string")
    
    const exampletargetResourceResourceFromIotoperationsorchestrator = new azure_native.iotoperationsorchestrator.Target("exampletargetResourceResourceFromIotoperationsorchestrator", {
        extendedLocation: {
            name: "string",
            type: "string",
        },
        resourceGroupName: "string",
        components: [{
            name: "string",
            type: "string",
            dependencies: ["string"],
            properties: "any",
        }],
        location: "string",
        name: "string",
        reconciliationPolicy: {
            type: "string",
            interval: "string",
        },
        scope: "string",
        tags: {
            string: "string",
        },
        topologies: [{
            bindings: [{
                config: "any",
                provider: "string",
                role: "string",
            }],
        }],
        version: "string",
    });
    
    type: azure-native:iotoperationsorchestrator:Target
    properties:
        components:
            - dependencies:
                - string
              name: string
              properties: any
              type: string
        extendedLocation:
            name: string
            type: string
        location: string
        name: string
        reconciliationPolicy:
            interval: string
            type: string
        resourceGroupName: string
        scope: string
        tags:
            string: string
        topologies:
            - bindings:
                - config: any
                  provider: string
                  role: string
        version: string
    

    Target 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 Target resource accepts the following input properties:

    ExtendedLocation Pulumi.AzureNative.IoTOperationsOrchestrator.Inputs.ExtendedLocation
    Edge location of the resource.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    Components List<Pulumi.AzureNative.IoTOperationsOrchestrator.Inputs.ComponentProperties>
    A list of components.
    Location string
    The geo-location where the resource lives
    Name string
    Name of target.
    ReconciliationPolicy Pulumi.AzureNative.IoTOperationsOrchestrator.Inputs.ReconciliationPolicy
    Reconciliation Policy.
    Scope string
    Deployment scope (such as Kubernetes namespace).
    Tags Dictionary<string, string>
    Resource tags.
    Topologies List<Pulumi.AzureNative.IoTOperationsOrchestrator.Inputs.TopologiesProperties>
    Defines the device topology for a target or instance.
    Version string
    Version of the particular resource.
    ExtendedLocation ExtendedLocationArgs
    Edge location of the resource.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    Components []ComponentPropertiesArgs
    A list of components.
    Location string
    The geo-location where the resource lives
    Name string
    Name of target.
    ReconciliationPolicy ReconciliationPolicyArgs
    Reconciliation Policy.
    Scope string
    Deployment scope (such as Kubernetes namespace).
    Tags map[string]string
    Resource tags.
    Topologies []TopologiesPropertiesArgs
    Defines the device topology for a target or instance.
    Version string
    Version of the particular resource.
    extendedLocation ExtendedLocation
    Edge location of the resource.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    components List<ComponentProperties>
    A list of components.
    location String
    The geo-location where the resource lives
    name String
    Name of target.
    reconciliationPolicy ReconciliationPolicy
    Reconciliation Policy.
    scope String
    Deployment scope (such as Kubernetes namespace).
    tags Map<String,String>
    Resource tags.
    topologies List<TopologiesProperties>
    Defines the device topology for a target or instance.
    version String
    Version of the particular resource.
    extendedLocation ExtendedLocation
    Edge location of the resource.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    components ComponentProperties[]
    A list of components.
    location string
    The geo-location where the resource lives
    name string
    Name of target.
    reconciliationPolicy ReconciliationPolicy
    Reconciliation Policy.
    scope string
    Deployment scope (such as Kubernetes namespace).
    tags {[key: string]: string}
    Resource tags.
    topologies TopologiesProperties[]
    Defines the device topology for a target or instance.
    version string
    Version of the particular resource.
    extended_location ExtendedLocationArgs
    Edge location of the resource.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    components Sequence[ComponentPropertiesArgs]
    A list of components.
    location str
    The geo-location where the resource lives
    name str
    Name of target.
    reconciliation_policy ReconciliationPolicyArgs
    Reconciliation Policy.
    scope str
    Deployment scope (such as Kubernetes namespace).
    tags Mapping[str, str]
    Resource tags.
    topologies Sequence[TopologiesPropertiesArgs]
    Defines the device topology for a target or instance.
    version str
    Version of the particular resource.
    extendedLocation Property Map
    Edge location of the resource.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    components List<Property Map>
    A list of components.
    location String
    The geo-location where the resource lives
    name String
    Name of target.
    reconciliationPolicy Property Map
    Reconciliation Policy.
    scope String
    Deployment scope (such as Kubernetes namespace).
    tags Map<String>
    Resource tags.
    topologies List<Property Map>
    Defines the device topology for a target or instance.
    version String
    Version of the particular resource.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    ProvisioningState string
    The status of the last operation.
    SystemData Pulumi.AzureNative.IoTOperationsOrchestrator.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"
    Id string
    The provider-assigned unique ID for this managed 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"
    id String
    The provider-assigned unique ID for this managed 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"
    id string
    The provider-assigned unique ID for this managed 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"
    id str
    The provider-assigned unique ID for this managed 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"
    id String
    The provider-assigned unique ID for this managed 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

    BindingProperties, BindingPropertiesArgs

    Config object
    Configuration values for the binding.
    Provider string
    Name of the provider.
    Role string
    Role that the provider binds to with the component.
    Config interface{}
    Configuration values for the binding.
    Provider string
    Name of the provider.
    Role string
    Role that the provider binds to with the component.
    config Object
    Configuration values for the binding.
    provider String
    Name of the provider.
    role String
    Role that the provider binds to with the component.
    config any
    Configuration values for the binding.
    provider string
    Name of the provider.
    role string
    Role that the provider binds to with the component.
    config Any
    Configuration values for the binding.
    provider str
    Name of the provider.
    role str
    Role that the provider binds to with the component.
    config Any
    Configuration values for the binding.
    provider String
    Name of the provider.
    role String
    Role that the provider binds to with the component.

    BindingPropertiesResponse, BindingPropertiesResponseArgs

    Config object
    Configuration values for the binding.
    Provider string
    Name of the provider.
    Role string
    Role that the provider binds to with the component.
    Config interface{}
    Configuration values for the binding.
    Provider string
    Name of the provider.
    Role string
    Role that the provider binds to with the component.
    config Object
    Configuration values for the binding.
    provider String
    Name of the provider.
    role String
    Role that the provider binds to with the component.
    config any
    Configuration values for the binding.
    provider string
    Name of the provider.
    role string
    Role that the provider binds to with the component.
    config Any
    Configuration values for the binding.
    provider str
    Name of the provider.
    role str
    Role that the provider binds to with the component.
    config Any
    Configuration values for the binding.
    provider String
    Name of the provider.
    role String
    Role that the provider binds to with the component.

    ComponentProperties, ComponentPropertiesArgs

    Name string
    Name of the component.
    Type string
    Component type.
    Dependencies List<string>
    Component dependencies.
    Properties object
    Properties of the component.
    Name string
    Name of the component.
    Type string
    Component type.
    Dependencies []string
    Component dependencies.
    Properties interface{}
    Properties of the component.
    name String
    Name of the component.
    type String
    Component type.
    dependencies List<String>
    Component dependencies.
    properties Object
    Properties of the component.
    name string
    Name of the component.
    type string
    Component type.
    dependencies string[]
    Component dependencies.
    properties any
    Properties of the component.
    name str
    Name of the component.
    type str
    Component type.
    dependencies Sequence[str]
    Component dependencies.
    properties Any
    Properties of the component.
    name String
    Name of the component.
    type String
    Component type.
    dependencies List<String>
    Component dependencies.
    properties Any
    Properties of the component.

    ComponentPropertiesResponse, ComponentPropertiesResponseArgs

    Name string
    Name of the component.
    Type string
    Component type.
    Dependencies List<string>
    Component dependencies.
    Properties object
    Properties of the component.
    Name string
    Name of the component.
    Type string
    Component type.
    Dependencies []string
    Component dependencies.
    Properties interface{}
    Properties of the component.
    name String
    Name of the component.
    type String
    Component type.
    dependencies List<String>
    Component dependencies.
    properties Object
    Properties of the component.
    name string
    Name of the component.
    type string
    Component type.
    dependencies string[]
    Component dependencies.
    properties any
    Properties of the component.
    name str
    Name of the component.
    type str
    Component type.
    dependencies Sequence[str]
    Component dependencies.
    properties Any
    Properties of the component.
    name String
    Name of the component.
    type String
    Component type.
    dependencies List<String>
    Component dependencies.
    properties Any
    Properties of the component.

    ExtendedLocation, ExtendedLocationArgs

    Name string
    The name of the extended location.
    Type string
    The type of the extended location.
    Name string
    The name of the extended location.
    Type string
    The type of the extended location.
    name String
    The name of the extended location.
    type String
    The type of the extended location.
    name string
    The name of the extended location.
    type string
    The type of the extended location.
    name str
    The name of the extended location.
    type str
    The type of the extended location.
    name String
    The name of the extended location.
    type String
    The type of the extended location.

    ExtendedLocationResponse, ExtendedLocationResponseArgs

    Name string
    The name of the extended location.
    Type string
    The type of the extended location.
    Name string
    The name of the extended location.
    Type string
    The type of the extended location.
    name String
    The name of the extended location.
    type String
    The type of the extended location.
    name string
    The name of the extended location.
    type string
    The type of the extended location.
    name str
    The name of the extended location.
    type str
    The type of the extended location.
    name String
    The name of the extended location.
    type String
    The type of the extended location.

    ReconciliationPolicies, ReconciliationPoliciesArgs

    Periodic
    periodicAllows resource to reconcile periodically.
    ReconciliationPoliciesPeriodic
    periodicAllows resource to reconcile periodically.
    Periodic
    periodicAllows resource to reconcile periodically.
    Periodic
    periodicAllows resource to reconcile periodically.
    PERIODIC
    periodicAllows resource to reconcile periodically.
    "periodic"
    periodicAllows resource to reconcile periodically.

    ReconciliationPolicy, ReconciliationPolicyArgs

    Type string | ReconciliationPolicies
    Policy type
    Interval string
    Policy interval.
    type String | ReconciliationPolicies
    Policy type
    interval String
    Policy interval.
    type string | ReconciliationPolicies
    Policy type
    interval string
    Policy interval.
    type str | ReconciliationPolicies
    Policy type
    interval str
    Policy interval.
    type String | "periodic"
    Policy type
    interval String
    Policy interval.

    ReconciliationPolicyResponse, ReconciliationPolicyResponseArgs

    Type string
    Policy type
    Interval string
    Policy interval.
    Type string
    Policy type
    Interval string
    Policy interval.
    type String
    Policy type
    interval String
    Policy interval.
    type string
    Policy type
    interval string
    Policy interval.
    type str
    Policy type
    interval str
    Policy interval.
    type String
    Policy type
    interval String
    Policy interval.

    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.

    TopologiesProperties, TopologiesPropertiesArgs

    Bindings []BindingProperties
    bindings description.
    bindings List<BindingProperties>
    bindings description.
    bindings BindingProperties[]
    bindings description.
    bindings List<Property Map>
    bindings description.

    TopologiesPropertiesResponse, TopologiesPropertiesResponseArgs

    bindings List<Property Map>
    bindings description.

    Import

    An existing resource can be imported using its type token, name, and identifier, e.g.

    $ pulumi import azure-native:iotoperationsorchestrator:Target lrhoqxofrfoihqxmmxadhxeqzsnepc /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperationsOrchestrator/targets/{name} 
    

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

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    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.41.0 published on Tuesday, May 14, 2024 by Pulumi