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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.