你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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 |