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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell