Get-MethodInfo¶
SYNOPSIS¶
Gets MethodId's and their display names along with the TranslationId value to lookup language-specific display names.
SYNTAX¶
DESCRIPTION¶
Gets MethodId's and their display names along with the TranslationId value to lookup language-specific display names.
REQUIREMENTS
- Requires VMS connection and will attempt to connect automatically
EXAMPLES¶
EXAMPLE 1¶
Gets all possible MethodInfo objects
EXAMPLE 2¶
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.