1. Packages
  2. Azure Native
  3. API Docs
  4. hdinsight
  5. getExtension
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

    Gets the extension properties for the specified HDInsight cluster extension.

    Uses Azure REST API version 2024-08-01-preview.

    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.

    Using getExtension

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getExtension(args: GetExtensionArgs, opts?: InvokeOptions): Promise<GetExtensionResult>
    function getExtensionOutput(args: GetExtensionOutputArgs, opts?: InvokeOptions): Output<GetExtensionResult>
    def get_extension(cluster_name: Optional[str] = None,
                      extension_name: Optional[str] = None,
                      resource_group_name: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetExtensionResult
    def get_extension_output(cluster_name: Optional[pulumi.Input[str]] = None,
                      extension_name: Optional[pulumi.Input[str]] = None,
                      resource_group_name: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetExtensionResult]
    func LookupExtension(ctx *Context, args *LookupExtensionArgs, opts ...InvokeOption) (*LookupExtensionResult, error)
    func LookupExtensionOutput(ctx *Context, args *LookupExtensionOutputArgs, opts ...InvokeOption) LookupExtensionResultOutput

    > Note: This function is named LookupExtension in the Go SDK.

    public static class GetExtension 
    {
        public static Task<GetExtensionResult> InvokeAsync(GetExtensionArgs args, InvokeOptions? opts = null)
        public static Output<GetExtensionResult> Invoke(GetExtensionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetExtensionResult> getExtension(GetExtensionArgs args, InvokeOptions options)
    public static Output<GetExtensionResult> getExtension(GetExtensionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:hdinsight:getExtension
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterName string
    The name of the cluster.
    ExtensionName string
    The name of the cluster extension.
    ResourceGroupName string
    The name of the resource group.
    ClusterName string
    The name of the cluster.
    ExtensionName string
    The name of the cluster extension.
    ResourceGroupName string
    The name of the resource group.
    clusterName String
    The name of the cluster.
    extensionName String
    The name of the cluster extension.
    resourceGroupName String
    The name of the resource group.
    clusterName string
    The name of the cluster.
    extensionName string
    The name of the cluster extension.
    resourceGroupName string
    The name of the resource group.
    cluster_name str
    The name of the cluster.
    extension_name str
    The name of the cluster extension.
    resource_group_name str
    The name of the resource group.
    clusterName String
    The name of the cluster.
    extensionName String
    The name of the cluster extension.
    resourceGroupName String
    The name of the resource group.

    getExtension Result

    The following output properties are available:

    AzureApiVersion string
    The Azure API version of the resource.
    ClusterMonitoringEnabled bool
    The status of the monitor on the HDInsight cluster.
    WorkspaceId string
    The workspace ID of the monitor on the HDInsight cluster.
    AzureApiVersion string
    The Azure API version of the resource.
    ClusterMonitoringEnabled bool
    The status of the monitor on the HDInsight cluster.
    WorkspaceId string
    The workspace ID of the monitor on the HDInsight cluster.
    azureApiVersion String
    The Azure API version of the resource.
    clusterMonitoringEnabled Boolean
    The status of the monitor on the HDInsight cluster.
    workspaceId String
    The workspace ID of the monitor on the HDInsight cluster.
    azureApiVersion string
    The Azure API version of the resource.
    clusterMonitoringEnabled boolean
    The status of the monitor on the HDInsight cluster.
    workspaceId string
    The workspace ID of the monitor on the HDInsight cluster.
    azure_api_version str
    The Azure API version of the resource.
    cluster_monitoring_enabled bool
    The status of the monitor on the HDInsight cluster.
    workspace_id str
    The workspace ID of the monitor on the HDInsight cluster.
    azureApiVersion String
    The Azure API version of the resource.
    clusterMonitoringEnabled Boolean
    The status of the monitor on the HDInsight cluster.
    workspaceId String
    The workspace ID of the monitor on the HDInsight cluster.

    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