Udostępnij za pośrednictwem


Get-AzHDInsightAzureMonitorAgent

Pobiera stan agenta usługi Azure Monitor określonego klastra usługi HDInsight.

Składnia

Get-AzHDInsightAzureMonitorAgent
   [[-ResourceGroupName] <String>]
   [-ClusterName] <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzHDInsightAzureMonitorAgent
   [-ResourceId] <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzHDInsightAzureMonitorAgent
   [-InputObject] <AzureHDInsightCluster>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Opis

Polecenie cmdlet Get-AzHDInsightAzureMonitorAgent pobiera stan agenta usługi Azure Monitor określonego klastra usługi HDInsight.

Przykłady

Przykład 1

# Cluster info
$clusterName = "your-hadoop-001"
$resourceGroupName = "Group"
Get-AzHDInsightAzureMonitorAgent -ClusterName $clusterName -ResourceGroupName $resourceGroupName

To polecenie cmdlet pobiera stan agenta usługi Azure Monitor określonego klastra usługi HDInsight.

Przykład 2

# Cluster info
$clusterName = "your-hadoop-001"
$cluster=Get-AzHDInsightCluster -ClusterName $clusterName
$cluster | Get-AzHDInsightAzureMonitorAgent

To polecenie cmdlet pobiera usługę Azure Monitor z potokiem.

Parametry

-ClusterName

Pobiera lub ustawia nazwę klastra.

Typ:String
Position:1
Domyślna wartość:None
Wymagane:True
Akceptowanie danych wejściowych potoku:False
Akceptowanie symboli wieloznacznych:False

-DefaultProfile

Poświadczenia, konto, dzierżawa i subskrypcja używane do komunikacji z platformą Azure.

Typ:IAzureContextContainer
Aliasy:AzContext, AzureRmContext, AzureCredential
Position:Named
Domyślna wartość:None
Wymagane:False
Akceptowanie danych wejściowych potoku:False
Akceptowanie symboli wieloznacznych:False

-InputObject

Pobiera lub ustawia obiekt wejściowy.

Typ:AzureHDInsightCluster
Position:0
Domyślna wartość:None
Wymagane:True
Akceptowanie danych wejściowych potoku:True
Akceptowanie symboli wieloznacznych:False

-ResourceGroupName

Pobiera lub ustawia nazwę grupy zasobów.

Typ:String
Position:0
Domyślna wartość:None
Wymagane:False
Akceptowanie danych wejściowych potoku:False
Akceptowanie symboli wieloznacznych:False

-ResourceId

Pobiera lub ustawia identyfikator zasobu.

Typ:String
Position:0
Domyślna wartość:None
Wymagane:True
Akceptowanie danych wejściowych potoku:True
Akceptowanie symboli wieloznacznych:False

Dane wejściowe

String

AzureHDInsightCluster

Dane wyjściowe

AzureHDInsightMonitoring