1. Packages
  2. Azure Native
  3. API Docs
  4. hdinsight
  5. ExtensionAzureMonitorStatus
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.13.0 published on Wednesday, Jan 28, 2026 by Pulumi
azure-native logo
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.13.0 published on Wednesday, Jan 28, 2026 by Pulumi

    The azure monitor status response.

    Uses Azure REST API version 2024-08-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-06-01.

    Other available API versions: 2021-06-01, 2023-04-15-preview, 2023-08-15-preview, 2025-01-15-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native hdinsight [ApiVersion]. See the version guide for details.

    Example Usage

    Enable azure monitor

    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using AzureNative = Pulumi.AzureNative;
    
    return await Deployment.RunAsync(() => 
    {
        var extensionAzureMonitorStatus = new AzureNative.HDInsight.ExtensionAzureMonitorStatus("extensionAzureMonitorStatus", new()
        {
            ClusterName = "cluster1",
            PrimaryKey = "**********",
            ResourceGroupName = "rg1",
            WorkspaceId = "a2090ead-8c9f-4fba-b70e-533e3e003163",
        });
    
    });
    
    package main
    
    import (
    	hdinsight "github.com/pulumi/pulumi-azure-native-sdk/hdinsight/v3"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := hdinsight.NewExtensionAzureMonitorStatus(ctx, "extensionAzureMonitorStatus", &hdinsight.ExtensionAzureMonitorStatusArgs{
    			ClusterName:       pulumi.String("cluster1"),
    			PrimaryKey:        pulumi.String("**********"),
    			ResourceGroupName: pulumi.String("rg1"),
    			WorkspaceId:       pulumi.String("a2090ead-8c9f-4fba-b70e-533e3e003163"),
    		})
    		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.hdinsight.ExtensionAzureMonitorStatus;
    import com.pulumi.azurenative.hdinsight.ExtensionAzureMonitorStatusArgs;
    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 extensionAzureMonitorStatus = new ExtensionAzureMonitorStatus("extensionAzureMonitorStatus", ExtensionAzureMonitorStatusArgs.builder()
                .clusterName("cluster1")
                .primaryKey("**********")
                .resourceGroupName("rg1")
                .workspaceId("a2090ead-8c9f-4fba-b70e-533e3e003163")
                .build());
    
        }
    }
    
    import * as pulumi from "@pulumi/pulumi";
    import * as azure_native from "@pulumi/azure-native";
    
    const extensionAzureMonitorStatus = new azure_native.hdinsight.ExtensionAzureMonitorStatus("extensionAzureMonitorStatus", {
        clusterName: "cluster1",
        primaryKey: "**********",
        resourceGroupName: "rg1",
        workspaceId: "a2090ead-8c9f-4fba-b70e-533e3e003163",
    });
    
    import pulumi
    import pulumi_azure_native as azure_native
    
    extension_azure_monitor_status = azure_native.hdinsight.ExtensionAzureMonitorStatus("extensionAzureMonitorStatus",
        cluster_name="cluster1",
        primary_key="**********",
        resource_group_name="rg1",
        workspace_id="a2090ead-8c9f-4fba-b70e-533e3e003163")
    
    resources:
      extensionAzureMonitorStatus:
        type: azure-native:hdinsight:ExtensionAzureMonitorStatus
        properties:
          clusterName: cluster1
          primaryKey: '**********'
          resourceGroupName: rg1
          workspaceId: a2090ead-8c9f-4fba-b70e-533e3e003163
    

    Create ExtensionAzureMonitorStatus Resource

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

    Constructor syntax

    new ExtensionAzureMonitorStatus(name: string, args: ExtensionAzureMonitorStatusArgs, opts?: CustomResourceOptions);
    @overload
    def ExtensionAzureMonitorStatus(resource_name: str,
                                    args: ExtensionAzureMonitorStatusArgs,
                                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def ExtensionAzureMonitorStatus(resource_name: str,
                                    opts: Optional[ResourceOptions] = None,
                                    cluster_name: Optional[str] = None,
                                    resource_group_name: Optional[str] = None,
                                    primary_key: Optional[str] = None,
                                    selected_configurations: Optional[AzureMonitorSelectedConfigurationsArgs] = None,
                                    workspace_id: Optional[str] = None)
    func NewExtensionAzureMonitorStatus(ctx *Context, name string, args ExtensionAzureMonitorStatusArgs, opts ...ResourceOption) (*ExtensionAzureMonitorStatus, error)
    public ExtensionAzureMonitorStatus(string name, ExtensionAzureMonitorStatusArgs args, CustomResourceOptions? opts = null)
    public ExtensionAzureMonitorStatus(String name, ExtensionAzureMonitorStatusArgs args)
    public ExtensionAzureMonitorStatus(String name, ExtensionAzureMonitorStatusArgs args, CustomResourceOptions options)
    
    type: azure-native:hdinsight:ExtensionAzureMonitorStatus
    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 ExtensionAzureMonitorStatusArgs
    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 ExtensionAzureMonitorStatusArgs
    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 ExtensionAzureMonitorStatusArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ExtensionAzureMonitorStatusArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ExtensionAzureMonitorStatusArgs
    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 extensionAzureMonitorStatusResource = new AzureNative.HDInsight.ExtensionAzureMonitorStatus("extensionAzureMonitorStatusResource", new()
    {
        ClusterName = "string",
        ResourceGroupName = "string",
        PrimaryKey = "string",
        SelectedConfigurations = new AzureNative.HDInsight.Inputs.AzureMonitorSelectedConfigurationsArgs
        {
            ConfigurationVersion = "string",
            GlobalConfigurations = 
            {
                { "string", "string" },
            },
            TableList = new[]
            {
                new AzureNative.HDInsight.Inputs.AzureMonitorTableConfigurationArgs
                {
                    Name = "string",
                },
            },
        },
        WorkspaceId = "string",
    });
    
    example, err := hdinsight.NewExtensionAzureMonitorStatus(ctx, "extensionAzureMonitorStatusResource", &hdinsight.ExtensionAzureMonitorStatusArgs{
    	ClusterName:       pulumi.String("string"),
    	ResourceGroupName: pulumi.String("string"),
    	PrimaryKey:        pulumi.String("string"),
    	SelectedConfigurations: &hdinsight.AzureMonitorSelectedConfigurationsArgs{
    		ConfigurationVersion: pulumi.String("string"),
    		GlobalConfigurations: pulumi.StringMap{
    			"string": pulumi.String("string"),
    		},
    		TableList: hdinsight.AzureMonitorTableConfigurationArray{
    			&hdinsight.AzureMonitorTableConfigurationArgs{
    				Name: pulumi.String("string"),
    			},
    		},
    	},
    	WorkspaceId: pulumi.String("string"),
    })
    
    var extensionAzureMonitorStatusResource = new ExtensionAzureMonitorStatus("extensionAzureMonitorStatusResource", ExtensionAzureMonitorStatusArgs.builder()
        .clusterName("string")
        .resourceGroupName("string")
        .primaryKey("string")
        .selectedConfigurations(AzureMonitorSelectedConfigurationsArgs.builder()
            .configurationVersion("string")
            .globalConfigurations(Map.of("string", "string"))
            .tableList(AzureMonitorTableConfigurationArgs.builder()
                .name("string")
                .build())
            .build())
        .workspaceId("string")
        .build());
    
    extension_azure_monitor_status_resource = azure_native.hdinsight.ExtensionAzureMonitorStatus("extensionAzureMonitorStatusResource",
        cluster_name="string",
        resource_group_name="string",
        primary_key="string",
        selected_configurations={
            "configuration_version": "string",
            "global_configurations": {
                "string": "string",
            },
            "table_list": [{
                "name": "string",
            }],
        },
        workspace_id="string")
    
    const extensionAzureMonitorStatusResource = new azure_native.hdinsight.ExtensionAzureMonitorStatus("extensionAzureMonitorStatusResource", {
        clusterName: "string",
        resourceGroupName: "string",
        primaryKey: "string",
        selectedConfigurations: {
            configurationVersion: "string",
            globalConfigurations: {
                string: "string",
            },
            tableList: [{
                name: "string",
            }],
        },
        workspaceId: "string",
    });
    
    type: azure-native:hdinsight:ExtensionAzureMonitorStatus
    properties:
        clusterName: string
        primaryKey: string
        resourceGroupName: string
        selectedConfigurations:
            configurationVersion: string
            globalConfigurations:
                string: string
            tableList:
                - name: string
        workspaceId: string
    

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

    ClusterName string
    The name of the cluster.
    ResourceGroupName string
    The name of the resource group.
    PrimaryKey string
    The Log Analytics workspace key.
    SelectedConfigurations Pulumi.AzureNative.HDInsight.Inputs.AzureMonitorSelectedConfigurations
    The selected configurations.
    WorkspaceId string
    The Log Analytics workspace ID.
    ClusterName string
    The name of the cluster.
    ResourceGroupName string
    The name of the resource group.
    PrimaryKey string
    The Log Analytics workspace key.
    SelectedConfigurations AzureMonitorSelectedConfigurationsArgs
    The selected configurations.
    WorkspaceId string
    The Log Analytics workspace ID.
    clusterName String
    The name of the cluster.
    resourceGroupName String
    The name of the resource group.
    primaryKey String
    The Log Analytics workspace key.
    selectedConfigurations AzureMonitorSelectedConfigurations
    The selected configurations.
    workspaceId String
    The Log Analytics workspace ID.
    clusterName string
    The name of the cluster.
    resourceGroupName string
    The name of the resource group.
    primaryKey string
    The Log Analytics workspace key.
    selectedConfigurations AzureMonitorSelectedConfigurations
    The selected configurations.
    workspaceId string
    The Log Analytics workspace ID.
    cluster_name str
    The name of the cluster.
    resource_group_name str
    The name of the resource group.
    primary_key str
    The Log Analytics workspace key.
    selected_configurations AzureMonitorSelectedConfigurationsArgs
    The selected configurations.
    workspace_id str
    The Log Analytics workspace ID.
    clusterName String
    The name of the cluster.
    resourceGroupName String
    The name of the resource group.
    primaryKey String
    The Log Analytics workspace key.
    selectedConfigurations Property Map
    The selected configurations.
    workspaceId String
    The Log Analytics workspace ID.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ExtensionAzureMonitorStatus 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.
    ClusterMonitoringEnabled bool
    The status of the monitor on the HDInsight cluster.
    AzureApiVersion string
    The Azure API version of the resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    ClusterMonitoringEnabled bool
    The status of the monitor on the HDInsight cluster.
    azureApiVersion String
    The Azure API version of the resource.
    id String
    The provider-assigned unique ID for this managed resource.
    clusterMonitoringEnabled Boolean
    The status of the monitor on the HDInsight cluster.
    azureApiVersion string
    The Azure API version of the resource.
    id string
    The provider-assigned unique ID for this managed resource.
    clusterMonitoringEnabled boolean
    The status of the monitor on the HDInsight cluster.
    azure_api_version str
    The Azure API version of the resource.
    id str
    The provider-assigned unique ID for this managed resource.
    cluster_monitoring_enabled bool
    The status of the monitor on the HDInsight cluster.
    azureApiVersion String
    The Azure API version of the resource.
    id String
    The provider-assigned unique ID for this managed resource.
    clusterMonitoringEnabled Boolean
    The status of the monitor on the HDInsight cluster.

    Supporting Types

    AzureMonitorSelectedConfigurations, AzureMonitorSelectedConfigurationsArgs

    The selected configurations for azure monitor.
    ConfigurationVersion string
    The configuration version.
    GlobalConfigurations Dictionary<string, string>
    The global configurations of selected configurations.
    TableList List<Pulumi.AzureNative.HDInsight.Inputs.AzureMonitorTableConfiguration>
    The table list.
    ConfigurationVersion string
    The configuration version.
    GlobalConfigurations map[string]string
    The global configurations of selected configurations.
    TableList []AzureMonitorTableConfiguration
    The table list.
    configurationVersion String
    The configuration version.
    globalConfigurations Map<String,String>
    The global configurations of selected configurations.
    tableList List<AzureMonitorTableConfiguration>
    The table list.
    configurationVersion string
    The configuration version.
    globalConfigurations {[key: string]: string}
    The global configurations of selected configurations.
    tableList AzureMonitorTableConfiguration[]
    The table list.
    configuration_version str
    The configuration version.
    global_configurations Mapping[str, str]
    The global configurations of selected configurations.
    table_list Sequence[AzureMonitorTableConfiguration]
    The table list.
    configurationVersion String
    The configuration version.
    globalConfigurations Map<String>
    The global configurations of selected configurations.
    tableList List<Property Map>
    The table list.

    AzureMonitorSelectedConfigurationsResponse, AzureMonitorSelectedConfigurationsResponseArgs

    The selected configurations for azure monitor.
    ConfigurationVersion string
    The configuration version.
    GlobalConfigurations Dictionary<string, string>
    The global configurations of selected configurations.
    TableList List<Pulumi.AzureNative.HDInsight.Inputs.AzureMonitorTableConfigurationResponse>
    The table list.
    ConfigurationVersion string
    The configuration version.
    GlobalConfigurations map[string]string
    The global configurations of selected configurations.
    TableList []AzureMonitorTableConfigurationResponse
    The table list.
    configurationVersion String
    The configuration version.
    globalConfigurations Map<String,String>
    The global configurations of selected configurations.
    tableList List<AzureMonitorTableConfigurationResponse>
    The table list.
    configurationVersion string
    The configuration version.
    globalConfigurations {[key: string]: string}
    The global configurations of selected configurations.
    tableList AzureMonitorTableConfigurationResponse[]
    The table list.
    configuration_version str
    The configuration version.
    global_configurations Mapping[str, str]
    The global configurations of selected configurations.
    table_list Sequence[AzureMonitorTableConfigurationResponse]
    The table list.
    configurationVersion String
    The configuration version.
    globalConfigurations Map<String>
    The global configurations of selected configurations.
    tableList List<Property Map>
    The table list.

    AzureMonitorTableConfiguration, AzureMonitorTableConfigurationArgs

    The table configuration for the Log Analytics integration.
    Name string
    The name.
    Name string
    The name.
    name String
    The name.
    name string
    The name.
    name str
    The name.
    name String
    The name.

    AzureMonitorTableConfigurationResponse, AzureMonitorTableConfigurationResponseArgs

    The table configuration for the Log Analytics integration.
    Name string
    The name.
    Name string
    The name.
    name String
    The name.
    name string
    The name.
    name str
    The name.
    name String
    The name.

    Import

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

    $ pulumi import azure-native:hdinsight:ExtensionAzureMonitorStatus myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/azureMonitor 
    

    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 v2 docs if using the v2 version of this package.
    Azure Native v3.13.0 published on Wednesday, Jan 28, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate