New-AzHDInsightClusterAutoscaleConfiguration
Skapar ett icke-beständiga objekt som beskriver autoskalningskonfigurationen för ett Azure HDInsight-kluster.
Syntax
New-AzHDInsightClusterAutoscaleConfiguration
-MinWorkerNodeCount <Int32>
-MaxWorkerNodeCount <Int32>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzHDInsightClusterAutoscaleConfiguration
-TimeZone <String>
-Condition <System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCondition]>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Cmdleten New-AzHDInsightClusterAutoscaleConfiguration skapar ett icke-beständiga objekt som beskriver autoskalningskonfigurationen för ett Azure HDInsight-kluster.
Exempel
Exempel 1: Skapa ett objekt som beskriver belastningsbaserad autoskalningskonfiguration
New-AzHDInsightClusterAutoscaleConfiguration -MinWorkerNodeCount 3 -MaxWorkerNodeCount 5
Det här kommandot skapar ett objekt som beskriver belastningsbaserad autoskalningskonfiguration.
Exempel 2: Skapa ett objekt som beskriver schemabaserad autoskalningskonfiguration
# Create an autoscale condition firstly
$condition=New-AzHDInsightClusterAutoscaleScheduleCondition -Day Monday -Time 09:00 -WorkerNodeCount 5
New-AzHDInsightClusterAutoscaleConfiguration -TimeZone ([System.TimeZoneInfo]::Local).Id `
-Condition $condition
Det här kommandot skapar ett objekt som beskriver schemabaserad autoskalningskonfiguration.
Parametrar
-Condition
Hämtar eller anger villkoret för schemabaserad autoskalning.
Typ: | List<T>[AzureHDInsightAutoscaleCondition] |
Position: | Named |
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 |
-MaxWorkerNodeCount
Hämtar eller anger maximalt antal arbetsnoder för belastningsbaserad autoskalning.
Typ: | Int32 |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-MinWorkerNodeCount
Hämtar eller anger det minimala antalet arbetsnoder för belastningsbaserad autoskalning.
Typ: | Int32 |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-TimeZone
Hämtar eller anger tidszonen för schemabaserad autoskalning.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
Indata
None
Utdata
Relaterade länkar
Azure PowerShell