azure-native.iotoperationsmq.DiagnosticService
Explore with Pulumi AI
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 (
iotoperationsmq "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.
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",
},
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:
- Extended
Location Pulumi.Azure Native. Io TOperations MQ. Inputs. Extended Location Property - Extended Location
- Image
Pulumi.
Azure Native. Io TOperations MQ. Inputs. Container Image - The details of Diagnostic Service Docker Image.
- Mq
Name string - Name of MQ resource
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Data
Export intFrequency Seconds - The frequency at which the data will be exported.
- Diagnostic
Service stringName - Name of MQ diagnostic resource
- Location string
- The geo-location where the resource lives
- Log
Format string - The format for the logs generated.
- Log
Level string - The format for the logs generated.
- Max
Data doubleStorage Size - The maximum data stored in MiB.
- Metrics
Port int - The port at which metrics is exposed.
- Open
Telemetry stringTraces Collector Addr - The destination to collect traces. Diagnostic service will push traces to this endpoint
- Stale
Data intTimeout Seconds - Metric inactivity timeout.
- Dictionary<string, string>
- Resource tags.
- Extended
Location ExtendedLocation Property Args - Extended Location
- Image
Container
Image Args - The details of Diagnostic Service Docker Image.
- Mq
Name string - Name of MQ resource
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Data
Export intFrequency Seconds - The frequency at which the data will be exported.
- Diagnostic
Service stringName - Name of MQ diagnostic resource
- Location string
- The geo-location where the resource lives
- Log
Format string - The format for the logs generated.
- Log
Level string - The format for the logs generated.
- Max
Data float64Storage Size - The maximum data stored in MiB.
- Metrics
Port int - The port at which metrics is exposed.
- Open
Telemetry stringTraces Collector Addr - The destination to collect traces. Diagnostic service will push traces to this endpoint
- Stale
Data intTimeout Seconds - Metric inactivity timeout.
- map[string]string
- Resource tags.
- extended
Location ExtendedLocation Property - Extended Location
- image
Container
Image - The details of Diagnostic Service Docker Image.
- mq
Name String - Name of MQ resource
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- data
Export IntegerFrequency Seconds - The frequency at which the data will be exported.
- diagnostic
Service StringName - Name of MQ diagnostic resource
- location String
- The geo-location where the resource lives
- log
Format String - The format for the logs generated.
- log
Level String - The format for the logs generated.
- max
Data DoubleStorage Size - The maximum data stored in MiB.
- metrics
Port Integer - The port at which metrics is exposed.
- open
Telemetry StringTraces Collector Addr - The destination to collect traces. Diagnostic service will push traces to this endpoint
- stale
Data IntegerTimeout Seconds - Metric inactivity timeout.
- Map<String,String>
- Resource tags.
- extended
Location ExtendedLocation Property - Extended Location
- image
Container
Image - The details of Diagnostic Service Docker Image.
- mq
Name string - Name of MQ resource
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- data
Export numberFrequency Seconds - The frequency at which the data will be exported.
- diagnostic
Service stringName - Name of MQ diagnostic resource
- location string
- The geo-location where the resource lives
- log
Format string - The format for the logs generated.
- log
Level string - The format for the logs generated.
- max
Data numberStorage Size - The maximum data stored in MiB.
- metrics
Port number - The port at which metrics is exposed.
- open
Telemetry stringTraces Collector Addr - The destination to collect traces. Diagnostic service will push traces to this endpoint
- stale
Data numberTimeout Seconds - Metric inactivity timeout.
- {[key: string]: string}
- Resource tags.
- extended_
location ExtendedLocation Property Args - Extended Location
- image
Container
Image Args - The details of Diagnostic Service Docker Image.
- mq_
name str - Name of MQ resource
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- data_
export_ intfrequency_ seconds - The frequency at which the data will be exported.
- diagnostic_
service_ strname - 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_ floatstorage_ size - The maximum data stored in MiB.
- metrics_
port int - The port at which metrics is exposed.
- open_
telemetry_ strtraces_ collector_ addr - The destination to collect traces. Diagnostic service will push traces to this endpoint
- stale_
data_ inttimeout_ seconds - Metric inactivity timeout.
- Mapping[str, str]
- Resource tags.
- extended
Location Property Map - Extended Location
- image Property Map
- The details of Diagnostic Service Docker Image.
- mq
Name String - Name of MQ resource
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- data
Export NumberFrequency Seconds - The frequency at which the data will be exported.
- diagnostic
Service StringName - Name of MQ diagnostic resource
- location String
- The geo-location where the resource lives
- log
Format String - The format for the logs generated.
- log
Level String - The format for the logs generated.
- max
Data NumberStorage Size - The maximum data stored in MiB.
- metrics
Port Number - The port at which metrics is exposed.
- open
Telemetry StringTraces Collector Addr - The destination to collect traces. Diagnostic service will push traces to this endpoint
- stale
Data NumberTimeout Seconds - Metric inactivity timeout.
- 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
- Provisioning
State string - The status of the last operation.
- System
Data Pulumi.Azure Native. Io TOperations MQ. Outputs. System Data Response - 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
- Provisioning
State string - The status of the last operation.
- System
Data SystemData Response - 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
- provisioning
State String - The status of the last operation.
- system
Data SystemData Response - 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
- provisioning
State string - The status of the last operation.
- system
Data SystemData Response - 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 SystemData Response - 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
- provisioning
State String - The status of the last operation.
- system
Data 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.
- Pull
Policy string - Image pull policy.
- Pull
Secrets string - Image pull secrets.
- Repository string
- The Docker image name.
- Tag string
- The Docker image tag.
- Pull
Policy string - Image pull policy.
- Pull
Secrets string - Image pull secrets.
- repository String
- The Docker image name.
- tag String
- The Docker image tag.
- pull
Policy String - Image pull policy.
- pull
Secrets String - Image pull secrets.
- repository string
- The Docker image name.
- tag string
- The Docker image tag.
- pull
Policy string - Image pull policy.
- pull
Secrets 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.
- pull
Policy String - Image pull policy.
- pull
Secrets String - Image pull secrets.
ContainerImageResponse, ContainerImageResponseArgs
- Repository string
- The Docker image name.
- Tag string
- The Docker image tag.
- Pull
Policy string - Image pull policy.
- Pull
Secrets string - Image pull secrets.
- Repository string
- The Docker image name.
- Tag string
- The Docker image tag.
- Pull
Policy string - Image pull policy.
- Pull
Secrets string - Image pull secrets.
- repository String
- The Docker image name.
- tag String
- The Docker image tag.
- pull
Policy String - Image pull policy.
- pull
Secrets String - Image pull secrets.
- repository string
- The Docker image name.
- tag string
- The Docker image tag.
- pull
Policy string - Image pull policy.
- pull
Secrets 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.
- pull
Policy String - Image pull policy.
- pull
Secrets String - Image pull secrets.
ExtendedLocationProperty, ExtendedLocationPropertyArgs
- Name string
- The name of the extended location.
- Type
string | Pulumi.
Azure Native. Io TOperations MQ. Extended Location Type - Type of ExtendedLocation.
- Name string
- The name of the extended location.
- Type
string | Extended
Location Type - Type of ExtendedLocation.
- name String
- The name of the extended location.
- type
String | Extended
Location Type - Type of ExtendedLocation.
- name string
- The name of the extended location.
- type
string | Extended
Location Type - Type of ExtendedLocation.
- name str
- The name of the extended location.
- type
str | Extended
Location Type - Type of ExtendedLocation.
- name String
- The name of the extended location.
- type
String | "Custom
Location" - Type of ExtendedLocation.
ExtendedLocationPropertyResponse, ExtendedLocationPropertyResponseArgs
ExtendedLocationType, ExtendedLocationTypeArgs
- Custom
Location - CustomLocationCustomLocation type
- Extended
Location Type Custom Location - CustomLocationCustomLocation type
- Custom
Location - CustomLocationCustomLocation type
- Custom
Location - CustomLocationCustomLocation type
- CUSTOM_LOCATION
- CustomLocationCustomLocation type
- "Custom
Location" - CustomLocationCustomLocation type
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native: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