Partager via


WatcherOperationsExtensions.Stop Méthode

Définition

Reprenez l’observateur identifié par le nom de l’observateur. http://aka.ms/azureautomationsdk/watcheroperations

public static void Stop (this Microsoft.Azure.Management.Automation.IWatcherOperations operations, string resourceGroupName, string automationAccountName, string watcherName);
static member Stop : Microsoft.Azure.Management.Automation.IWatcherOperations * string * string * string -> unit
<Extension()>
Public Sub Stop (operations As IWatcherOperations, resourceGroupName As String, automationAccountName As String, watcherName As String)

Paramètres

operations
IWatcherOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom d’un groupe de ressources Azure.

automationAccountName
String

Nom du compte Automation.

watcherName
String

Nom de l’observateur.

S’applique à