For the complete documentation index, see llms.txt. This page is also available as Markdown.

New-UDEndpoint

SYNOPSIS

Crée un terminal planifié avec un tableau de bord.

SYNTAXE

Generic (par défaut)

New-UDEndpoint [-ArgumentList <Object[]>] [-Id <String>] [-Role <String[]>]
 [<CommonParameters>]

Endpoint

New-UDEndpoint -Endpoint <ScriptBlock> [-ArgumentList <Object[]>] [-Id <String>] [-Role <String[]>]
 [<CommonParameters>]

Scheduled

New-UDEndpoint -Endpoint <ScriptBlock> [-ArgumentList <Object[]>] [-Id <String>] -Schedule <EndpointSchedule>
 [-Role <String[]>] [<CommonParameters>]

JavaScript

New-UDEndpoint -JavaScript <String> [-ArgumentList <Object[]>] [-Id <String>] [-Role <String[]>]
 [<CommonParameters>]

DESCRIPTION

Crée un terminal planifié avec un tableau de bord.

EXEMPLES

Exemple 1

Terminaux planifiés|Met en cache une valeur aléatoire toutes les dix secondes

PARAMÈTRES

-ArgumentList

Non requis.

-Endpoint

Le terminal à exécuter selon la planification.

-Id

L'ID du terminal.

-Role

Non utilisé.

-Schedule

La planification à exécuter pour le terminal. Utilisez New-UDEndpointSchedule pour créer un objet de planification.

-JavaScript

Le code JavaScript à exécuter sur le terminal.

Paramètres communs

Cette applet de commande prend en charge les paramètres communs : -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -Verbose, -WarningAction, -WarningVariable et -ProgressAction. Pour plus d'information, voir about_CommonParameters.

ENTRÉES

Aucune

SORTIES

System.Object

REMARQUES

LIENS CONNEXES

Mis à jour

Ce contenu vous a-t-il été utile ?