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

Remove-UDEndpoint

SYNOPSIS

Supprime un point de terminaison planifié.

SYNTAXE

Remove-UDEndpoint -Id <String> [<CommonParameters>]

DESCRIPTION

Supprime un point de terminaison planifié.

EXEMPLES

Exemple 1

$Schedule = New-UDEndpointSchedule 10 -Second
New-UDEndpoint -Schedule $Schedule -Endpoint {
    $Cache:Processes = Get-Process
} -Id 'MySchedule' 

Remove-UDEndpoint -Id 'MySchedule'

Supprime le point de terminaison « MySchedule »

PARAMÈTRES

-Id

L'Id du point de terminaison à supprimer.

CommonParameters

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'informations, consultez about_CommonParameters.

ENTRÉES

Aucune

SORTIES

System.Object

NOTES

LIENS CONNEXES

Mis à jour

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