Stop-AzHDInsightJob
Stoppar ett angivet jobb som körs i ett kluster.
Syntax
Stop-AzHDInsightJob
[-ClusterName] <String>
[-JobId] <String>
[-HttpCredential] <PSCredential>
[-ResourceGroupName <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Cmdleten Stop-AzHDInsightJob stoppar ett angivet jobb som körs i ett Azure HDInsight-kluster.
Exempel
Exempel 1: Stoppa ett jobb i det angivna klustret
# Cluster info
$clusterName = "your-hadoop-001"
$clusterCreds = Get-Credential
Stop-AzHDInsightJob `
-ClusterName $clusterName `
-ClusterCredential $clusterCreds `
-JobId $jobId
Det här kommandot stoppar ett jobb i klustret med namnet your-hadoop-001.
Parametrar
-ClusterName
Anger namnet på klustret.
Typ: | String |
Position: | 0 |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-DefaultProfile
Autentiseringsuppgifter, konto, klientorganisation och prenumeration som används för kommunikation med Azure
Typ: | IAzureContextContainer |
Alias: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-HttpCredential
Anger autentiseringsuppgifterna för klusterinloggning (HTTP) för klustret.
Typ: | PSCredential |
Alias: | ClusterCredential |
Position: | 2 |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-JobId
Anger jobbets jobb-ID.
Typ: | String |
Position: | 1 |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
-ResourceGroupName
Anger namnet på resursgruppen.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |