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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure PowerShell