Get-MethodInfo
SYNOPSIS
Gets MethodId's and their display names along with the TranslationId value to lookup language-specific display names.
SYNTAX
Get-MethodInfo [[-MethodId] <String>] [<CommonParameters>]
DESCRIPTION
Gets MethodId's and their display names along with the TranslationId value to lookup language-specific display names.
EXAMPLES
EXAMPLE 1
Get-MethodInfo
Gets all possible MethodInfo objects
EXAMPLE 2
Get-MethodInfo RemoveAlarmDefinition
Gets the MethodInfo for the RemoveAlarmDefinition MethodId
PARAMETERS
-MethodId
Specifies the MethodId property for the MethodInfo to retrieve. This would usually come from the MethodIds property of a ConfigurationItem object.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
System.String
Specifies the MethodId property for the MethodInfo to retrieve. This would usually come from the MethodIds property of a ConfigurationItem object.