Instance Args
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}
Content copied to clipboard
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
The Azure Active Directory identity of the SCOM instance
Link copied to clipboard
Name of the Azure Monitor Operations Manager Managed Instance (SCOM MI)
Link copied to clipboard
The properties of a SCOM instance resource
Link copied to clipboard
The name of the resource group. The name is case insensitive.
Link copied to clipboard
Validation mode for the SCOM managed instance