InstanceArgs

data class InstanceArgs(val identity: Output<ManagedIdentityArgs>? = null, val instanceName: Output<String>? = null, val location: Output<String>? = null, val properties: Output<MonitoringInstancePropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val validationMode: Output<Boolean>? = null) : ConvertibleToJava<InstanceArgs>

A SCOM instance resource Uses Azure REST API version 2023-07-07-preview. In version 2.x of the Azure Native provider, it used API version 2023-07-07-preview.

Import

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

$ pulumi import azure-native:scom:Instance myInstace /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Scom/managedInstances/{instanceName}

Constructors

Link copied to clipboard
constructor(identity: Output<ManagedIdentityArgs>? = null, instanceName: Output<String>? = null, location: Output<String>? = null, properties: Output<MonitoringInstancePropertiesArgs>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null, validationMode: Output<Boolean>? = null)

Properties

Link copied to clipboard
val identity: Output<ManagedIdentityArgs>? = null

The Azure Active Directory identity of the SCOM instance

Link copied to clipboard
val instanceName: Output<String>? = null

Name of the Azure Monitor Operations Manager Managed Instance (SCOM MI)

Link copied to clipboard
val location: Output<String>? = null

The geo-location where the resource lives

Link copied to clipboard

The properties of a SCOM instance resource

Link copied to clipboard
val resourceGroupName: Output<String>? = null

The name of the resource group. The name is case insensitive.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Resource tags.

Link copied to clipboard
val validationMode: Output<Boolean>? = null

Validation mode for the SCOM managed instance

Functions

Link copied to clipboard
open override fun toJava(): InstanceArgs