Update-AzWorkloadsSapLandscapeMonitor
Patches the SAP Landscape Monitor Dashboard for the specified subscription, resource group, and SAP monitor name.
Syntax
Update-AzWorkloadsSapLandscapeMonitor
-MonitorName <String>
-ResourceGroupName <String>
[-SubscriptionId <String>]
[-GroupingLandscape <ISapLandscapeMonitorSidMapping[]>]
[-GroupingSapApplication <ISapLandscapeMonitorSidMapping[]>]
[-TopMetricsThreshold <ISapLandscapeMonitorMetricThresholds[]>]
[-DefaultProfile <PSObject>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-AzWorkloadsSapLandscapeMonitor
-InputObject <IMonitorsIdentity>
[-GroupingLandscape <ISapLandscapeMonitorSidMapping[]>]
[-GroupingSapApplication <ISapLandscapeMonitorSidMapping[]>]
[-TopMetricsThreshold <ISapLandscapeMonitorMetricThresholds[]>]
[-DefaultProfile <PSObject>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Beschreibung
Patches the SAP Landscape Monitor Dashboard for the specified subscription, resource group, and SAP monitor name.
Beispiele
Beispiel 1: SAP Landscape Monitor aktualisieren
New-AzWorkloadsSapLandscapeMonitor -MonitorName suha-0202-ams9 -ResourceGroupName suha-0802-rg1 -SubscriptionId 49d64d54-e966-4c46-a868-1999802b762c -GroupingLandscape '{"name":"Prod","topSid":["SID1","SID2"]}' -GroupingSapApplication '{"name":"ERP1","topSid":["SID1","SID2"]}' -TopMetricsThreshold '{"name":"Instance Availability","green":90,"yellow":75,"red":50}'
GroupingLandscape : {{
"name": "Prod",
"topSid": [ "SID1", "SID2" ]
}}
GroupingSapApplication : {{
"name": "ERP1",
"topSid": [ "SID1", "SID2" ]
}}
Id : /subscriptions/49d64d54-e966-4c46-a868-1999802b762c/resourceGroups/suha-0802-rg1/providers/Microsoft.
Workloads/monitors/suha-0202-ams9/sapLandscapeMonitor/default
Name : default
ProvisioningState : Succeeded
ResourceGroupName : suha-0802-rg1
SystemData : {
"createdBy": "",
"createdByType": "User",
"createdAt": "2023-04-06T05:30:54.9427030Z",
"lastModifiedBy": "",
"lastModifiedByType": "User",
"lastModifiedAt": "2023-04-06T05:31:18.7873209Z"
}
SystemDataCreatedAt : 06-04-2023 05:30:54
SystemDataCreatedBy :
SystemDataCreatedByType : User
SystemDataLastModifiedAt : 06-04-2023 05:31:18
SystemDataLastModifiedBy :
SystemDataLastModifiedByType : User
TopMetricsThreshold : {{
"name": "Instance Availability",
"green": 90,
"yellow": 75,
"red": 50
}}
Type : microsoft.workloads/monitors/saplandscapemonitor
Aktualisieren des SAP-Querformatmonitors für eine AMS-Instanz
Parameter
-Confirm
Hiermit werden Sie vor der Ausführung des Cmdlets zur Bestätigung aufgefordert.
Typ: | SwitchParameter |
Aliase: | cf |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-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 |
-GroupingLandscape
Ruft die Liste der Querformatvorlagen auf SID-Zuordnungen ab oder legt sie fest. Informationen zum Erstellen finden Sie im ABSCHNITT "NOTES" für GROUPINGLANDSCAPE-Eigenschaften und erstellen eine Hashtabelle.
Typ: | ISapLandscapeMonitorSidMapping[] |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-GroupingSapApplication
Dient zum Abrufen oder Festlegen der Liste der Sap-Anwendungen auf SID-Zuordnungen. Informationen zum Erstellen finden Sie im ABSCHNITT "NOTES" für GROUPINGSAPAPPLICATION-Eigenschaften und erstellen eine Hashtabelle.
Typ: | ISapLandscapeMonitorSidMapping[] |
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: | IMonitorsIdentity |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
-MonitorName
Name der SAP-Monitorressource.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-ResourceGroupName
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-SubscriptionId
Hierbei handelt es sich um die ID des Zielabonnements.
Typ: | String |
Position: | Named |
Standardwert: | (Get-AzContext).Subscription.Id |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-TopMetricsThreshold
Ruft die Liste top Metric Thresholds for SAP Landscape Monitor Dashboard To construct, see NOTES section for TOPMETRICSTHRESHOLD properties and create a hash table.
Typ: | ISapLandscapeMonitorMetricThresholds[] |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-WhatIf
Zeigt, was geschieht, wenn das Cmdlet ausgeführt wird. Das Cmdlet wird nicht ausgeführt.
Typ: | SwitchParameter |
Aliase: | wi |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
Eingaben
Ausgaben
Azure PowerShell