Get-AzPrometheusRuleGroup
Dient zum Abrufen einer Prometheus-Regelgruppendefinition.
Syntax
Get-AzPrometheusRuleGroup
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzPrometheusRuleGroup
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzPrometheusRuleGroup
-ResourceGroupName <String>
-RuleGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzPrometheusRuleGroup
-InputObject <IPrometheusRuleGroupsIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Beschreibung
Dient zum Abrufen einer Prometheus-Regelgruppendefinition.
Beispiele
Beispiel 1: Abrufen einer Prometheus-Regelgruppendefinition aus dem Abonnement.
Get-AzPrometheusRuleGroup
Name Location ClusterName Enabled
---- -------- ----------- -------
newrule eastus True
newrule2 eastus False
Rufen Sie eine Prometheus-Regelgruppendefinition aus dem Abonnement ab.
Beispiel 2: Abrufen einer bestimmten Prometheus-Regelgruppendefinition.
Get-AzPrometheusRuleGroup -RuleGroupName newrule -ResourceGroupName MyGroupName
Name Location ClusterName Enabled
---- -------- ----------- -------
newrule eastus True
Rufen Sie eine bestimmte Prometheus-Regelgruppendefinition aus ResourceGroup ab.
Parameter
-DefaultProfile
Der Parameter DefaultProfile ist nicht funktionsfähig. Verwenden Sie den Parameter "SubscriptionId", wenn sie verfügbar ist, wenn Sie das Cmdlet für ein anderes Abonnement ausführen.
Typ: | PSObject |
Aliase: | AzureRMContext, AzureCredential |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-InputObject
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
Typ: | IPrometheusRuleGroupsIdentity |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
-ResourceGroupName
Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-RuleGroupName
Der Name der Regelgruppe.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-SubscriptionId
Die ID des Zielabonnements.
Typ: | String[] |
Position: | Named |
Standardwert: | (Get-AzContext).Subscription.Id |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
Eingaben
Ausgaben
Azure PowerShell