1. Packages
  2. Azure Native
  3. API Docs
  4. iotoperationsmq
  5. DiagnosticService
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.iotoperationsmq.DiagnosticService

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

MQ diagnostic services 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

DiagnosticService_CreateOrUpdate

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

return await Deployment.RunAsync(() => 
{
    var diagnosticService = new AzureNative.IoTOperationsMQ.DiagnosticService("diagnosticService", new()
    {
        DataExportFrequencySeconds = 26084,
        DiagnosticServiceName = "73-1El3-1",
        ExtendedLocation = new AzureNative.IoTOperationsMQ.Inputs.ExtendedLocationPropertyArgs
        {
            Name = "an",
            Type = AzureNative.IoTOperationsMQ.ExtendedLocationType.CustomLocation,
        },
        Image = new AzureNative.IoTOperationsMQ.Inputs.ContainerImageArgs
        {
            PullPolicy = "imfuzvqxgbdwliqnn",
            PullSecrets = "klnqimxqsrdwhcqldjvdtsrs",
            Repository = "m",
            Tag = "jygfdiamhhm",
        },
        Location = "sbhavoiabxjpuq",
        LogFormat = "i",
        LogLevel = "aomqhmpa",
        MaxDataStorageSize = 3757017229,
        MetricsPort = 37109,
        MqName = "6RCAgs-XQ-Y2HsUF2",
        OpenTelemetryTracesCollectorAddr = "ggqmprmjlmmkfdpb",
        ResourceGroupName = "rgiotoperationsmq",
        StaleDataTimeoutSeconds = 51616,
        Tags = null,
    });

});
Copy
package main

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

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := iotoperationsmq.NewDiagnosticService(ctx, "diagnosticService", &iotoperationsmq.DiagnosticServiceArgs{
			DataExportFrequencySeconds: pulumi.Int(26084),
			DiagnosticServiceName:      pulumi.String("73-1El3-1"),
			ExtendedLocation: &iotoperationsmq.ExtendedLocationPropertyArgs{
				Name: pulumi.String("an"),
				Type: pulumi.String(iotoperationsmq.ExtendedLocationTypeCustomLocation),
			},
			Image: &iotoperationsmq.ContainerImageArgs{
				PullPolicy:  pulumi.String("imfuzvqxgbdwliqnn"),
				PullSecrets: pulumi.String("klnqimxqsrdwhcqldjvdtsrs"),
				Repository:  pulumi.String("m"),
				Tag:         pulumi.String("jygfdiamhhm"),
			},
			Location:                         pulumi.String("sbhavoiabxjpuq"),
			LogFormat:                        pulumi.String("i"),
			LogLevel:                         pulumi.String("aomqhmpa"),
			MaxDataStorageSize:               pulumi.Float64(3757017229),
			MetricsPort:                      pulumi.Int(37109),
			MqName:                           pulumi.String("6RCAgs-XQ-Y2HsUF2"),
			OpenTelemetryTracesCollectorAddr: pulumi.String("ggqmprmjlmmkfdpb"),
			ResourceGroupName:                pulumi.String("rgiotoperationsmq"),
			StaleDataTimeoutSeconds:          pulumi.Int(51616),
			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.iotoperationsmq.DiagnosticService;
import com.pulumi.azurenative.iotoperationsmq.DiagnosticServiceArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.ExtendedLocationPropertyArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.ContainerImageArgs;
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 diagnosticService = new DiagnosticService("diagnosticService", DiagnosticServiceArgs.builder()
            .dataExportFrequencySeconds(26084)
            .diagnosticServiceName("73-1El3-1")
            .extendedLocation(ExtendedLocationPropertyArgs.builder()
                .name("an")
                .type("CustomLocation")
                .build())
            .image(ContainerImageArgs.builder()
                .pullPolicy("imfuzvqxgbdwliqnn")
                .pullSecrets("klnqimxqsrdwhcqldjvdtsrs")
                .repository("m")
                .tag("jygfdiamhhm")
                .build())
            .location("sbhavoiabxjpuq")
            .logFormat("i")
            .logLevel("aomqhmpa")
            .maxDataStorageSize(3757017229.0)
            .metricsPort(37109)
            .mqName("6RCAgs-XQ-Y2HsUF2")
            .openTelemetryTracesCollectorAddr("ggqmprmjlmmkfdpb")
            .resourceGroupName("rgiotoperationsmq")
            .staleDataTimeoutSeconds(51616)
            .tags(Map.ofEntries(
            ))
            .build());

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

const diagnosticService = new azure_native.iotoperationsmq.DiagnosticService("diagnosticService", {
    dataExportFrequencySeconds: 26084,
    diagnosticServiceName: "73-1El3-1",
    extendedLocation: {
        name: "an",
        type: azure_native.iotoperationsmq.ExtendedLocationType.CustomLocation,
    },
    image: {
        pullPolicy: "imfuzvqxgbdwliqnn",
        pullSecrets: "klnqimxqsrdwhcqldjvdtsrs",
        repository: "m",
        tag: "jygfdiamhhm",
    },
    location: "sbhavoiabxjpuq",
    logFormat: "i",
    logLevel: "aomqhmpa",
    maxDataStorageSize: 3757017229,
    metricsPort: 37109,
    mqName: "6RCAgs-XQ-Y2HsUF2",
    openTelemetryTracesCollectorAddr: "ggqmprmjlmmkfdpb",
    resourceGroupName: "rgiotoperationsmq",
    staleDataTimeoutSeconds: 51616,
    tags: {},
});
Copy
import pulumi
import pulumi_azure_native as azure_native

diagnostic_service = azure_native.iotoperationsmq.DiagnosticService("diagnosticService",
    data_export_frequency_seconds=26084,
    diagnostic_service_name="73-1El3-1",
    extended_location={
        "name": "an",
        "type": azure_native.iotoperationsmq.ExtendedLocationType.CUSTOM_LOCATION,
    },
    image={
        "pull_policy": "imfuzvqxgbdwliqnn",
        "pull_secrets": "klnqimxqsrdwhcqldjvdtsrs",
        "repository": "m",
        "tag": "jygfdiamhhm",
    },
    location="sbhavoiabxjpuq",
    log_format="i",
    log_level="aomqhmpa",
    max_data_storage_size=3757017229,
    metrics_port=37109,
    mq_name="6RCAgs-XQ-Y2HsUF2",
    open_telemetry_traces_collector_addr="ggqmprmjlmmkfdpb",
    resource_group_name="rgiotoperationsmq",
    stale_data_timeout_seconds=51616,
    tags={})
Copy
resources:
  diagnosticService:
    type: azure-native:iotoperationsmq:DiagnosticService
    properties:
      dataExportFrequencySeconds: 26084
      diagnosticServiceName: 73-1El3-1
      extendedLocation:
        name: an
        type: CustomLocation
      image:
        pullPolicy: imfuzvqxgbdwliqnn
        pullSecrets: klnqimxqsrdwhcqldjvdtsrs
        repository: m
        tag: jygfdiamhhm
      location: sbhavoiabxjpuq
      logFormat: i
      logLevel: aomqhmpa
      maxDataStorageSize: 3.757017229e+09
      metricsPort: 37109
      mqName: 6RCAgs-XQ-Y2HsUF2
      openTelemetryTracesCollectorAddr: ggqmprmjlmmkfdpb
      resourceGroupName: rgiotoperationsmq
      staleDataTimeoutSeconds: 51616
      tags: {}
Copy

Create DiagnosticService Resource

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

Constructor syntax

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

@overload
def DiagnosticService(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      mq_name: Optional[str] = None,
                      resource_group_name: Optional[str] = None,
                      extended_location: Optional[ExtendedLocationPropertyArgs] = None,
                      image: Optional[ContainerImageArgs] = None,
                      stale_data_timeout_seconds: Optional[int] = None,
                      log_format: Optional[str] = None,
                      metrics_port: Optional[int] = None,
                      log_level: Optional[str] = None,
                      diagnostic_service_name: Optional[str] = None,
                      data_export_frequency_seconds: Optional[int] = None,
                      open_telemetry_traces_collector_addr: Optional[str] = None,
                      location: Optional[str] = None,
                      max_data_storage_size: Optional[float] = None,
                      tags: Optional[Mapping[str, str]] = None)
func NewDiagnosticService(ctx *Context, name string, args DiagnosticServiceArgs, opts ...ResourceOption) (*DiagnosticService, error)
public DiagnosticService(string name, DiagnosticServiceArgs args, CustomResourceOptions? opts = null)
public DiagnosticService(String name, DiagnosticServiceArgs args)
public DiagnosticService(String name, DiagnosticServiceArgs args, CustomResourceOptions options)
type: azure-native:iotoperationsmq:DiagnosticService
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. DiagnosticServiceArgs
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. DiagnosticServiceArgs
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. DiagnosticServiceArgs
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. DiagnosticServiceArgs
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. DiagnosticServiceArgs
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 diagnosticServiceResource = new AzureNative.IoTOperationsMQ.DiagnosticService("diagnosticServiceResource", new()
{
    MqName = "string",
    ResourceGroupName = "string",
    ExtendedLocation = new AzureNative.IoTOperationsMQ.Inputs.ExtendedLocationPropertyArgs
    {
        Name = "string",
        Type = "string",
    },
    Image = new AzureNative.IoTOperationsMQ.Inputs.ContainerImageArgs
    {
        Repository = "string",
        Tag = "string",
        PullPolicy = "string",
        PullSecrets = "string",
    },
    StaleDataTimeoutSeconds = 0,
    LogFormat = "string",
    MetricsPort = 0,
    LogLevel = "string",
    DiagnosticServiceName = "string",
    DataExportFrequencySeconds = 0,
    OpenTelemetryTracesCollectorAddr = "string",
    Location = "string",
    MaxDataStorageSize = 0,
    Tags = 
    {
        { "string", "string" },
    },
});
Copy
example, err := iotoperationsmq.NewDiagnosticService(ctx, "diagnosticServiceResource", &iotoperationsmq.DiagnosticServiceArgs{
	MqName:            pulumi.String("string"),
	ResourceGroupName: pulumi.String("string"),
	ExtendedLocation: &iotoperationsmq.ExtendedLocationPropertyArgs{
		Name: pulumi.String("string"),
		Type: pulumi.String("string"),
	},
	Image: &iotoperationsmq.ContainerImageArgs{
		Repository:  pulumi.String("string"),
		Tag:         pulumi.String("string"),
		PullPolicy:  pulumi.String("string"),
		PullSecrets: pulumi.String("string"),
	},
	StaleDataTimeoutSeconds:          pulumi.Int(0),
	LogFormat:                        pulumi.String("string"),
	MetricsPort:                      pulumi.Int(0),
	LogLevel:                         pulumi.String("string"),
	DiagnosticServiceName:            pulumi.String("string"),
	DataExportFrequencySeconds:       pulumi.Int(0),
	OpenTelemetryTracesCollectorAddr: pulumi.String("string"),
	Location:                         pulumi.String("string"),
	MaxDataStorageSize:               pulumi.Float64(0),
	Tags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
})
Copy
var diagnosticServiceResource = new DiagnosticService("diagnosticServiceResource", DiagnosticServiceArgs.builder()
    .mqName("string")
    .resourceGroupName("string")
    .extendedLocation(ExtendedLocationPropertyArgs.builder()
        .name("string")
        .type("string")
        .build())
    .image(ContainerImageArgs.builder()
        .repository("string")
        .tag("string")
        .pullPolicy("string")
        .pullSecrets("string")
        .build())
    .staleDataTimeoutSeconds(0)
    .logFormat("string")
    .metricsPort(0)
    .logLevel("string")
    .diagnosticServiceName("string")
    .dataExportFrequencySeconds(0)
    .openTelemetryTracesCollectorAddr("string")
    .location("string")
    .maxDataStorageSize(0)
    .tags(Map.of("string", "string"))
    .build());
Copy
diagnostic_service_resource = azure_native.iotoperationsmq.DiagnosticService("diagnosticServiceResource",
    mq_name="string",
    resource_group_name="string",
    extended_location={
        "name": "string",
        "type": "string",
    },
    image={
        "repository": "string",
        "tag": "string",
        "pull_policy": "string",
        "pull_secrets": "string",
    },
    stale_data_timeout_seconds=0,
    log_format="string",
    metrics_port=0,
    log_level="string",
    diagnostic_service_name="string",
    data_export_frequency_seconds=0,
    open_telemetry_traces_collector_addr="string",
    location="string",
    max_data_storage_size=0,
    tags={
        "string": "string",
    })
Copy
const diagnosticServiceResource = new azure_native.iotoperationsmq.DiagnosticService("diagnosticServiceResource", {
    mqName: "string",
    resourceGroupName: "string",
    extendedLocation: {
        name: "string",
        type: "string",
    },
    image: {
        repository: "string",
        tag: "string",
        pullPolicy: "string",
        pullSecrets: "string",
    },
    staleDataTimeoutSeconds: 0,
    logFormat: "string",
    metricsPort: 0,
    logLevel: "string",
    diagnosticServiceName: "string",
    dataExportFrequencySeconds: 0,
    openTelemetryTracesCollectorAddr: "string",
    location: "string",
    maxDataStorageSize: 0,
    tags: {
        string: "string",
    },
});
Copy
type: azure-native:iotoperationsmq:DiagnosticService
properties:
    dataExportFrequencySeconds: 0
    diagnosticServiceName: string
    extendedLocation:
        name: string
        type: string
    image:
        pullPolicy: string
        pullSecrets: string
        repository: string
        tag: string
    location: string
    logFormat: string
    logLevel: string
    maxDataStorageSize: 0
    metricsPort: 0
    mqName: string
    openTelemetryTracesCollectorAddr: string
    resourceGroupName: string
    staleDataTimeoutSeconds: 0
    tags:
        string: string
Copy

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

ExtendedLocation
This property is required.
Changes to this property will trigger replacement.
Pulumi.AzureNative.IoTOperationsMQ.Inputs.ExtendedLocationProperty
Extended Location
Image This property is required. Pulumi.AzureNative.IoTOperationsMQ.Inputs.ContainerImage
The details of Diagnostic Service Docker Image.
MqName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ resource
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
DataExportFrequencySeconds int
The frequency at which the data will be exported.
DiagnosticServiceName Changes to this property will trigger replacement. string
Name of MQ diagnostic resource
Location Changes to this property will trigger replacement. string
The geo-location where the resource lives
LogFormat string
The format for the logs generated.
LogLevel string
The format for the logs generated.
MaxDataStorageSize double
The maximum data stored in MiB.
MetricsPort int
The port at which metrics is exposed.
OpenTelemetryTracesCollectorAddr string
The destination to collect traces. Diagnostic service will push traces to this endpoint
StaleDataTimeoutSeconds int
Metric inactivity timeout.
Tags Dictionary<string, string>
Resource tags.
ExtendedLocation
This property is required.
Changes to this property will trigger replacement.
ExtendedLocationPropertyArgs
Extended Location
Image This property is required. ContainerImageArgs
The details of Diagnostic Service Docker Image.
MqName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ resource
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
DataExportFrequencySeconds int
The frequency at which the data will be exported.
DiagnosticServiceName Changes to this property will trigger replacement. string
Name of MQ diagnostic resource
Location Changes to this property will trigger replacement. string
The geo-location where the resource lives
LogFormat string
The format for the logs generated.
LogLevel string
The format for the logs generated.
MaxDataStorageSize float64
The maximum data stored in MiB.
MetricsPort int
The port at which metrics is exposed.
OpenTelemetryTracesCollectorAddr string
The destination to collect traces. Diagnostic service will push traces to this endpoint
StaleDataTimeoutSeconds int
Metric inactivity timeout.
Tags map[string]string
Resource tags.
extendedLocation
This property is required.
Changes to this property will trigger replacement.
ExtendedLocationProperty
Extended Location
image This property is required. ContainerImage
The details of Diagnostic Service Docker Image.
mqName
This property is required.
Changes to this property will trigger replacement.
String
Name of MQ resource
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
dataExportFrequencySeconds Integer
The frequency at which the data will be exported.
diagnosticServiceName Changes to this property will trigger replacement. String
Name of MQ diagnostic resource
location Changes to this property will trigger replacement. String
The geo-location where the resource lives
logFormat String
The format for the logs generated.
logLevel String
The format for the logs generated.
maxDataStorageSize Double
The maximum data stored in MiB.
metricsPort Integer
The port at which metrics is exposed.
openTelemetryTracesCollectorAddr String
The destination to collect traces. Diagnostic service will push traces to this endpoint
staleDataTimeoutSeconds Integer
Metric inactivity timeout.
tags Map<String,String>
Resource tags.
extendedLocation
This property is required.
Changes to this property will trigger replacement.
ExtendedLocationProperty
Extended Location
image This property is required. ContainerImage
The details of Diagnostic Service Docker Image.
mqName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ resource
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
dataExportFrequencySeconds number
The frequency at which the data will be exported.
diagnosticServiceName Changes to this property will trigger replacement. string
Name of MQ diagnostic resource
location Changes to this property will trigger replacement. string
The geo-location where the resource lives
logFormat string
The format for the logs generated.
logLevel string
The format for the logs generated.
maxDataStorageSize number
The maximum data stored in MiB.
metricsPort number
The port at which metrics is exposed.
openTelemetryTracesCollectorAddr string
The destination to collect traces. Diagnostic service will push traces to this endpoint
staleDataTimeoutSeconds number
Metric inactivity timeout.
tags {[key: string]: string}
Resource tags.
extended_location
This property is required.
Changes to this property will trigger replacement.
ExtendedLocationPropertyArgs
Extended Location
image This property is required. ContainerImageArgs
The details of Diagnostic Service Docker Image.
mq_name
This property is required.
Changes to this property will trigger replacement.
str
Name of MQ resource
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.
data_export_frequency_seconds int
The frequency at which the data will be exported.
diagnostic_service_name Changes to this property will trigger replacement. str
Name of MQ diagnostic resource
location Changes to this property will trigger replacement. str
The geo-location where the resource lives
log_format str
The format for the logs generated.
log_level str
The format for the logs generated.
max_data_storage_size float
The maximum data stored in MiB.
metrics_port int
The port at which metrics is exposed.
open_telemetry_traces_collector_addr str
The destination to collect traces. Diagnostic service will push traces to this endpoint
stale_data_timeout_seconds int
Metric inactivity timeout.
tags Mapping[str, str]
Resource tags.
extendedLocation
This property is required.
Changes to this property will trigger replacement.
Property Map
Extended Location
image This property is required. Property Map
The details of Diagnostic Service Docker Image.
mqName
This property is required.
Changes to this property will trigger replacement.
String
Name of MQ resource
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
dataExportFrequencySeconds Number
The frequency at which the data will be exported.
diagnosticServiceName Changes to this property will trigger replacement. String
Name of MQ diagnostic resource
location Changes to this property will trigger replacement. String
The geo-location where the resource lives
logFormat String
The format for the logs generated.
logLevel String
The format for the logs generated.
maxDataStorageSize Number
The maximum data stored in MiB.
metricsPort Number
The port at which metrics is exposed.
openTelemetryTracesCollectorAddr String
The destination to collect traces. Diagnostic service will push traces to this endpoint
staleDataTimeoutSeconds Number
Metric inactivity timeout.
tags Map<String>
Resource tags.

Outputs

All input properties are implicitly available as output properties. Additionally, the DiagnosticService 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.IoTOperationsMQ.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

ContainerImage
, ContainerImageArgs

Repository This property is required. string
The Docker image name.
Tag This property is required. string
The Docker image tag.
PullPolicy string
Image pull policy.
PullSecrets string
Image pull secrets.
Repository This property is required. string
The Docker image name.
Tag This property is required. string
The Docker image tag.
PullPolicy string
Image pull policy.
PullSecrets string
Image pull secrets.
repository This property is required. String
The Docker image name.
tag This property is required. String
The Docker image tag.
pullPolicy String
Image pull policy.
pullSecrets String
Image pull secrets.
repository This property is required. string
The Docker image name.
tag This property is required. string
The Docker image tag.
pullPolicy string
Image pull policy.
pullSecrets string
Image pull secrets.
repository This property is required. str
The Docker image name.
tag This property is required. str
The Docker image tag.
pull_policy str
Image pull policy.
pull_secrets str
Image pull secrets.
repository This property is required. String
The Docker image name.
tag This property is required. String
The Docker image tag.
pullPolicy String
Image pull policy.
pullSecrets String
Image pull secrets.

ContainerImageResponse
, ContainerImageResponseArgs

Repository This property is required. string
The Docker image name.
Tag This property is required. string
The Docker image tag.
PullPolicy string
Image pull policy.
PullSecrets string
Image pull secrets.
Repository This property is required. string
The Docker image name.
Tag This property is required. string
The Docker image tag.
PullPolicy string
Image pull policy.
PullSecrets string
Image pull secrets.
repository This property is required. String
The Docker image name.
tag This property is required. String
The Docker image tag.
pullPolicy String
Image pull policy.
pullSecrets String
Image pull secrets.
repository This property is required. string
The Docker image name.
tag This property is required. string
The Docker image tag.
pullPolicy string
Image pull policy.
pullSecrets string
Image pull secrets.
repository This property is required. str
The Docker image name.
tag This property is required. str
The Docker image tag.
pull_policy str
Image pull policy.
pull_secrets str
Image pull secrets.
repository This property is required. String
The Docker image name.
tag This property is required. String
The Docker image tag.
pullPolicy String
Image pull policy.
pullSecrets String
Image pull secrets.

ExtendedLocationProperty
, ExtendedLocationPropertyArgs

Name This property is required. string
The name of the extended location.
Type This property is required. string | Pulumi.AzureNative.IoTOperationsMQ.ExtendedLocationType
Type of ExtendedLocation.
Name This property is required. string
The name of the extended location.
Type This property is required. string | ExtendedLocationType
Type of ExtendedLocation.
name This property is required. String
The name of the extended location.
type This property is required. String | ExtendedLocationType
Type of ExtendedLocation.
name This property is required. string
The name of the extended location.
type This property is required. string | ExtendedLocationType
Type of ExtendedLocation.
name This property is required. str
The name of the extended location.
type This property is required. str | ExtendedLocationType
Type of ExtendedLocation.
name This property is required. String
The name of the extended location.
type This property is required. String | "CustomLocation"
Type of ExtendedLocation.

ExtendedLocationPropertyResponse
, ExtendedLocationPropertyResponseArgs

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

ExtendedLocationType
, ExtendedLocationTypeArgs

CustomLocation
CustomLocationCustomLocation type
ExtendedLocationTypeCustomLocation
CustomLocationCustomLocation type
CustomLocation
CustomLocationCustomLocation type
CustomLocation
CustomLocationCustomLocation type
CUSTOM_LOCATION
CustomLocationCustomLocation type
"CustomLocation"
CustomLocationCustomLocation type

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:iotoperationsmq:DiagnosticService kdpnnlr /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperationsMQ/mq/{mqName}/diagnosticService/{diagnosticServiceName} 
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