< Back

Disable-AzureRmHDInsightOperationsManagementSuite

Tue Jan 29, 2019 9:47 pm

NAME Disable-AzureRmHDInsightOperationsManagementSuite



SYNOPSIS

Disables Operations Management Suite (OMS) in a HDInsight cluster and relevant logs will stop flowing to the OMS workspace specified during enable.





SYNTAX

Disable-AzureRmHDInsightOperationsManagementSuite [-Name] <String> [-DefaultProfile <IAzureContextContainer>] [-ResourceGroupName <String>]

[-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

The Disable-AzureRmHDInsightOperationsManagementSuite cmdlet disables Operations Management Suite (OMS) in a Azure HDInsight cluster.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Name <String>

The name of the cluster to disable Operations Management Suite(OMS).



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName, ByValue)

Accept wildcard characters? false



-ResourceGroupName <String>

The resource group of the cluster.



Required? false

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String







OUTPUTS

Microsoft.Azure.Management.HDInsight.Models.OperationResource







NOTES









Example 1



PS C:\\> Disable-AzureRmHDInsightOMS -Name testcluster



ErrorInfo :



State : Succeeded



RequestId : 1417ad86-d055-48cd-9d68-a5c19a212a3a



StatusCode : OK



Operations Management Suite (OMS) will be disabled on the HDInsight cluster and relevant logs will stop flowing to the OMS workspace.





Example 2



PS C:\\> Disable-AzureRmHDInsightOMS -Name testcluster -ResourceGroupName testrg



ErrorInfo :



State : Succeeded



RequestId : 1417ad86-d055-48cd-9d68-a5c19a212a3a



StatusCode : OK



Operations Management Suite (OMS) will be disabled on the HDInsight cluster and relevant logs will stop flowing to the OMS workspace.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... ementsuite