New-AzWorkloadsSapLandscapeMonitorMetricThresholdsObject
Create an in-memory object for SapLandscapeMonitorMetricThresholds.
Syntax
New-AzWorkloadsSapLandscapeMonitorMetricThresholdsObject
[-Green <Single>]
[-Name <String>]
[-Red <Single>]
[-Yellow <Single>]
[<CommonParameters>]
Description
Create an in-memory object for SapLandscapeMonitorMetricThresholds.
Examples
Example 1: Create a new Metrics Threshold for SAP Landscape Monitor
New-AzWorkloadsSapLandscapeMonitorMetricThresholdsObject -Green 90 -Name X00 -Red 50 -Yellow 80
Green Name Red Yellow
----- ---- --- ------
90 X00 50 80
Create a new Metrics Threshold object to be used for creating a SAP Landscape Monitor
Parameters
-Green
Gets or sets the threshold value for Green.
Type: | Single |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
Gets or sets the name of the threshold.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Red
Gets or sets the threshold value for Red.
Type: | Single |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Yellow
Gets or sets the threshold value for Yellow.
Type: | Single |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.