1. Packages
  2. Azure Native
  3. API Docs
  4. iotoperationsmq
  5. DiagnosticService
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.44.1 published on Thursday, Jun 6, 2024 by Pulumi

azure-native.iotoperationsmq.DiagnosticService

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.44.1 published on Thursday, Jun 6, 2024 by Pulumi

    MQ diagnostic services resource Azure REST 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,
        });
    
    });
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-azure-native-sdk/iotoperationsmq/v2"
    	"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:                             nil,
    		})
    		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.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)
                .metricsPort(37109)
                .mqName("6RCAgs-XQ-Y2HsUF2")
                .openTelemetryTracesCollectorAddr("ggqmprmjlmmkfdpb")
                .resourceGroupName("rgiotoperationsmq")
                .staleDataTimeoutSeconds(51616)
                .tags()
                .build());
    
        }
    }
    
    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=azure_native.iotoperationsmq.ExtendedLocationPropertyArgs(
            name="an",
            type=azure_native.iotoperationsmq.ExtendedLocationType.CUSTOM_LOCATION,
        ),
        image=azure_native.iotoperationsmq.ContainerImageArgs(
            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={})
    
    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: {},
    });
    
    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: {}
    

    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,
                          log_level: Optional[str] = None,
                          log_format: Optional[str] = None,
                          diagnostic_service_name: Optional[str] = None,
                          max_data_storage_size: Optional[float] = None,
                          open_telemetry_traces_collector_addr: Optional[str] = None,
                          data_export_frequency_seconds: Optional[int] = None,
                          metrics_port: Optional[int] = None,
                          location: Optional[str] = None,
                          stale_data_timeout_seconds: Optional[int] = 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 string
    The unique name of the resource.
    args DiagnosticServiceArgs
    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 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 string
    The unique name of the resource.
    args DiagnosticServiceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DiagnosticServiceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DiagnosticServiceArgs
    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 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",
        },
        LogLevel = "string",
        LogFormat = "string",
        DiagnosticServiceName = "string",
        MaxDataStorageSize = 0,
        OpenTelemetryTracesCollectorAddr = "string",
        DataExportFrequencySeconds = 0,
        MetricsPort = 0,
        Location = "string",
        StaleDataTimeoutSeconds = 0,
        Tags = 
        {
            { "string", "string" },
        },
    });
    
    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"),
    },
    LogLevel: pulumi.String("string"),
    LogFormat: pulumi.String("string"),
    DiagnosticServiceName: pulumi.String("string"),
    MaxDataStorageSize: pulumi.Float64(0),
    OpenTelemetryTracesCollectorAddr: pulumi.String("string"),
    DataExportFrequencySeconds: pulumi.Int(0),
    MetricsPort: pulumi.Int(0),
    Location: pulumi.String("string"),
    StaleDataTimeoutSeconds: pulumi.Int(0),
    Tags: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    })
    
    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())
        .logLevel("string")
        .logFormat("string")
        .diagnosticServiceName("string")
        .maxDataStorageSize(0)
        .openTelemetryTracesCollectorAddr("string")
        .dataExportFrequencySeconds(0)
        .metricsPort(0)
        .location("string")
        .staleDataTimeoutSeconds(0)
        .tags(Map.of("string", "string"))
        .build());
    
    diagnostic_service_resource = azure_native.iotoperationsmq.DiagnosticService("diagnosticServiceResource",
        mq_name="string",
        resource_group_name="string",
        extended_location=azure_native.iotoperationsmq.ExtendedLocationPropertyArgs(
            name="string",
            type="string",
        ),
        image=azure_native.iotoperationsmq.ContainerImageArgs(
            repository="string",
            tag="string",
            pull_policy="string",
            pull_secrets="string",
        ),
        log_level="string",
        log_format="string",
        diagnostic_service_name="string",
        max_data_storage_size=0,
        open_telemetry_traces_collector_addr="string",
        data_export_frequency_seconds=0,
        metrics_port=0,
        location="string",
        stale_data_timeout_seconds=0,
        tags={
            "string": "string",
        })
    
    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",
        },
        logLevel: "string",
        logFormat: "string",
        diagnosticServiceName: "string",
        maxDataStorageSize: 0,
        openTelemetryTracesCollectorAddr: "string",
        dataExportFrequencySeconds: 0,
        metricsPort: 0,
        location: "string",
        staleDataTimeoutSeconds: 0,
        tags: {
            string: "string",
        },
    });
    
    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
    

    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

    The DiagnosticService resource accepts the following input properties:

    ExtendedLocation Pulumi.AzureNative.IoTOperationsMQ.Inputs.ExtendedLocationProperty
    Extended Location
    Image Pulumi.AzureNative.IoTOperationsMQ.Inputs.ContainerImage
    The details of Diagnostic Service Docker Image.
    MqName string
    Name of MQ resource
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    DataExportFrequencySeconds int
    The frequency at which the data will be exported.
    DiagnosticServiceName string
    Name of MQ diagnostic resource
    Location 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 ExtendedLocationPropertyArgs
    Extended Location
    Image ContainerImageArgs
    The details of Diagnostic Service Docker Image.
    MqName string
    Name of MQ resource
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    DataExportFrequencySeconds int
    The frequency at which the data will be exported.
    DiagnosticServiceName string
    Name of MQ diagnostic resource
    Location 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 ExtendedLocationProperty
    Extended Location
    image ContainerImage
    The details of Diagnostic Service Docker Image.
    mqName String
    Name of MQ resource
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    dataExportFrequencySeconds Integer
    The frequency at which the data will be exported.
    diagnosticServiceName String
    Name of MQ diagnostic resource
    location 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 ExtendedLocationProperty
    Extended Location
    image ContainerImage
    The details of Diagnostic Service Docker Image.
    mqName string
    Name of MQ resource
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    dataExportFrequencySeconds number
    The frequency at which the data will be exported.
    diagnosticServiceName string
    Name of MQ diagnostic resource
    location 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 ExtendedLocationPropertyArgs
    Extended Location
    image ContainerImageArgs
    The details of Diagnostic Service Docker Image.
    mq_name str
    Name of MQ resource
    resource_group_name 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 str
    Name of MQ diagnostic resource
    location 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 Property Map
    Extended Location
    image Property Map
    The details of Diagnostic Service Docker Image.
    mqName String
    Name of MQ resource
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    dataExportFrequencySeconds Number
    The frequency at which the data will be exported.
    diagnosticServiceName String
    Name of MQ diagnostic resource
    location 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:

    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"
    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"
    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"
    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"
    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"
    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 string
    The Docker image name.
    Tag string
    The Docker image tag.
    PullPolicy string
    Image pull policy.
    PullSecrets string
    Image pull secrets.
    Repository string
    The Docker image name.
    Tag string
    The Docker image tag.
    PullPolicy string
    Image pull policy.
    PullSecrets string
    Image pull secrets.
    repository String
    The Docker image name.
    tag String
    The Docker image tag.
    pullPolicy String
    Image pull policy.
    pullSecrets String
    Image pull secrets.
    repository string
    The Docker image name.
    tag string
    The Docker image tag.
    pullPolicy string
    Image pull policy.
    pullSecrets string
    Image pull secrets.
    repository str
    The Docker image name.
    tag str
    The Docker image tag.
    pull_policy str
    Image pull policy.
    pull_secrets str
    Image pull secrets.
    repository String
    The Docker image name.
    tag String
    The Docker image tag.
    pullPolicy String
    Image pull policy.
    pullSecrets String
    Image pull secrets.

    ContainerImageResponse, ContainerImageResponseArgs

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

    ExtendedLocationProperty, ExtendedLocationPropertyArgs

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

    ExtendedLocationPropertyResponse, ExtendedLocationPropertyResponseArgs

    Name string
    The name of the extended location.
    Type string
    Type of ExtendedLocation.
    Name string
    The name of the extended location.
    Type string
    Type of ExtendedLocation.
    name String
    The name of the extended location.
    type String
    Type of ExtendedLocation.
    name string
    The name of the extended location.
    type string
    Type of ExtendedLocation.
    name str
    The name of the extended location.
    type str
    Type of ExtendedLocation.
    name String
    The name of the extended location.
    type 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} 
    

    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.44.1 published on Thursday, Jun 6, 2024 by Pulumi