Gets the status of Operations Management Suite (OMS) on the HDInsight cluster.
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 getExtensionMonitoringStatus
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 getExtensionMonitoringStatus(args: GetExtensionMonitoringStatusArgs, opts?: InvokeOptions): Promise<GetExtensionMonitoringStatusResult>
function getExtensionMonitoringStatusOutput(args: GetExtensionMonitoringStatusOutputArgs, opts?: InvokeOptions): Output<GetExtensionMonitoringStatusResult>def get_extension_monitoring_status(cluster_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetExtensionMonitoringStatusResult
def get_extension_monitoring_status_output(cluster_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetExtensionMonitoringStatusResult]func LookupExtensionMonitoringStatus(ctx *Context, args *LookupExtensionMonitoringStatusArgs, opts ...InvokeOption) (*LookupExtensionMonitoringStatusResult, error)
func LookupExtensionMonitoringStatusOutput(ctx *Context, args *LookupExtensionMonitoringStatusOutputArgs, opts ...InvokeOption) LookupExtensionMonitoringStatusResultOutput> Note: This function is named LookupExtensionMonitoringStatus in the Go SDK.
public static class GetExtensionMonitoringStatus
{
public static Task<GetExtensionMonitoringStatusResult> InvokeAsync(GetExtensionMonitoringStatusArgs args, InvokeOptions? opts = null)
public static Output<GetExtensionMonitoringStatusResult> Invoke(GetExtensionMonitoringStatusInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetExtensionMonitoringStatusResult> getExtensionMonitoringStatus(GetExtensionMonitoringStatusArgs args, InvokeOptions options)
public static Output<GetExtensionMonitoringStatusResult> getExtensionMonitoringStatus(GetExtensionMonitoringStatusArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:hdinsight:getExtensionMonitoringStatus
arguments:
# arguments dictionaryThe following arguments are supported:
- Cluster
Name string - The name of the cluster.
- Resource
Group stringName - The name of the resource group.
- Cluster
Name string - The name of the cluster.
- Resource
Group stringName - The name of the resource group.
- cluster
Name String - The name of the cluster.
- resource
Group StringName - The name of the resource group.
- cluster
Name string - The name of the cluster.
- resource
Group stringName - The name of the resource group.
- cluster_
name str - The name of the cluster.
- resource_
group_ strname - The name of the resource group.
- cluster
Name String - The name of the cluster.
- resource
Group StringName - The name of the resource group.
getExtensionMonitoringStatus Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Cluster
Monitoring boolEnabled - The status of the monitor on the HDInsight cluster.
- Workspace
Id string - The workspace ID of the monitor on the HDInsight cluster.
- Azure
Api stringVersion - The Azure API version of the resource.
- Cluster
Monitoring boolEnabled - The status of the monitor on the HDInsight cluster.
- Workspace
Id string - The workspace ID of the monitor on the HDInsight cluster.
- azure
Api StringVersion - The Azure API version of the resource.
- cluster
Monitoring BooleanEnabled - The status of the monitor on the HDInsight cluster.
- workspace
Id String - The workspace ID of the monitor on the HDInsight cluster.
- azure
Api stringVersion - The Azure API version of the resource.
- cluster
Monitoring booleanEnabled - The status of the monitor on the HDInsight cluster.
- workspace
Id string - The workspace ID of the monitor on the HDInsight cluster.
- azure_
api_ strversion - The Azure API version of the resource.
- cluster_
monitoring_ boolenabled - The status of the monitor on the HDInsight cluster.
- workspace_
id str - The workspace ID of the monitor on the HDInsight cluster.
- azure
Api StringVersion - The Azure API version of the resource.
- cluster
Monitoring BooleanEnabled - The status of the monitor on the HDInsight cluster.
- workspace
Id String - The workspace ID of the monitor on the HDInsight cluster.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
