Get-MethodInfo¶
SYNOPSIS¶
Obtiene MethodId y sus nombres para mostrar junto con el valor TranslationId para buscar nombres para mostrar específicos del idioma.
SYNTAX¶
DESCRIPTION¶
Obtiene MethodId y sus nombres para mostrar junto con el valor TranslationId para buscar nombres para mostrar específicos del idioma.
REQUIREMENTS
- Requires VMS connection and will attempt to connect automatically
EXAMPLES¶
EXAMPLE 1¶
Obtiene todos los objetos MethodInfo posibles
EXAMPLE 2¶
Obtiene MethodInfo para RemoveAlarmDefinition MethodId
PARAMETERS¶
-MethodId¶
Especifica la propiedad MethodId para que MethodInfo la recupere. Por lo general, esto proviene de la propiedad MethodIds de un objeto ConfigurationItem.
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¶
Especifica la propiedad MethodId para que MethodInfo la recupere. Por lo general, esto proviene de la propiedad MethodIds de un objeto ConfigurationItem.