Skip to content

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

Get-MethodInfo [[-MethodId] <String>] [<CommonParameters>]

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

Get-MethodInfo

Obtiene todos los objetos MethodInfo posibles

EXAMPLE 2

Get-MethodInfo RemoveAlarmDefinition

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.

OUTPUTS

VideoOS.ConfigurationApi.ClientService.MethodInfo

NOTES

Online Help MIP SDK Configuration API docs