次の方法で共有


Get-AzHDInsightMonitoring

HDInsight クラスターでのクラシック Azure Monitor ログ統合の状態を取得します。

構文

Default (既定)

Get-AzHDInsightMonitoring
    [-Name] <String>
    [-ResourceGroupName <String>]
    [-DefaultProfile <IAzureContextContainer>]
    [<CommonParameters>]

説明

Get-AzHDInsightMonitoring コマンドレットは、HDInsight クラスターでのクラシック Azure Monitor ログ統合の状態を取得します。 監視が有効になっている場合は、Log Analytics ワークスペース ID も返されます。

例 1

Get-AzHDInsightMonitoring -Name testcluster
{'ClusterMonitoringEnabled':'true', 'workspaceId':'1d364e89-bb71-4503-aa3d-a23535aea7bd'}

ClusterMonitoringEnabled プロパティが true であるため、クラスターで監視が有効になります。 ログが流れている監視ワークスペース ID は 1d364e89-bb71-4503-aa3d-a23535aea7bd です

例 2

Get-AzHDInsightMonitoring -Name testcluster -ResourceGroupName testrg
{'ClusterMonitoringEnabled':'true', 'workspaceId':'1d364e89-bb71-4503-aa3d-a23535aea7bd'}

ClusterMonitoringEnabled プロパティが true であるため、クラスターで監視が有効になります。 ログが流れている監視ワークスペース ID は 1d364e89-bb71-4503-aa3d-a23535aea7bd です

例 3

Get-AzHDInsightMonitoring -Name testcluster
{'ClusterMonitoringEnabled':'false', 'workspaceId': null}

ClusterMonitoringEnabled プロパティが false であるため、クラスターで監視が無効になります。

例 4

Get-AzHDInsightMonitoring -Name testcluster -ResourceGroupName testrg
{'ClusterMonitoringEnabled':'false', 'workspaceId': null}

ClusterMonitoringEnabled プロパティが false であるため、クラスターで監視が無効になります。

パラメーター

-DefaultProfile

Azure との通信に使用される資格情報、アカウント、テナント、サブスクリプション

パラメーターのプロパティ

型:IAzureContextContainer
規定値:None
ワイルドカードのサポート:False
DontShow:False
Aliases:AzContext, AzureRmContext, AzureCredential

パラメーター セット

(All)
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

-Name

監視の状態を取得するクラスターの名前。

パラメーターのプロパティ

型:String
規定値:None
ワイルドカードのサポート:False
DontShow:False
Aliases:クラスター名

パラメーター セット

(All)
配置:0
必須:True
パイプラインからの値:False
プロパティ名別のパイプラインからの値:True
残りの引数からの値:False

-ResourceGroupName

クラスターのリソース グループ。

パラメーターのプロパティ

型:String
規定値:None
ワイルドカードのサポート:False
DontShow:False

パラメーター セット

(All)
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:True
残りの引数からの値:False

CommonParameters

このコマンドレットでは、一般的なパラメーター -Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction、-WarningVariable の各パラメーターがサポートされています。 詳細については、about_CommonParametersを参照してください。

入力

String

出力

AzureHDInsightMonitoring