Disable-AzHDInsightMonitoring
停用 HDInsight 叢集上的傳統 Azure 監視器記錄整合,相關記錄將會停止流向啟用期間指定的監視工作區。
語法
Disable-AzHDInsightMonitoring
[-Name] <String>
[-ResourceGroupName <String>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Disable-AzHDInsightMonitoring Cmdlet 會停用 HDInsight 叢集上的傳統 Azure 監視器記錄整合。
範例
範例 1
Disable-AzHDInsightMonitoring -Name testcluster
True
HDInsight 叢集上的監視將會停用,而相關的記錄將會停止流向監視工作區。
範例 2
Disable-AzHDInsightMonitoring -Name testcluster -ResourceGroupName testrg
True
HDInsight 叢集上的監視將會停用,而相關的記錄將會停止流向監視工作區。
參數
-Confirm
在執行 Cmdlet 之前,提示您進行確認。
類型: | SwitchParameter |
別名: | cf |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
要停用監視的叢集名稱。
類型: | String |
別名: | ClusterName |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ResourceGroupName
叢集的資源群組。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-WhatIf
顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。
類型: | SwitchParameter |
別名: | wi |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |