New-AzWorkloadsSapLandscapeMonitorSidMappingObject
Create an in-memory object for SapLandscapeMonitorSidMapping.
Syntax
New-AzWorkloadsSapLandscapeMonitorSidMappingObject
[-Name <String>]
[-TopSid <String[]>]
[<CommonParameters>]
Description
Create an in-memory object for SapLandscapeMonitorSidMapping.
Examples
Example 1: Create a new SID mapping for SAP Landscape Monitor
New-AzWorkloadsSapLandscapeMonitorSidMappingObject -Name Prod -TopSid "{SID2,SID1}"
Name TopSid
---- ------
Prod {{SID2,SID1}}
Create a new Metrics Threshold object to be used for creating a SAP Landscape Monitor
Parameters
-Name
Gets or sets the name of the grouping.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-TopSid
Gets or sets the list of SID's.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure PowerShell