Partager via


WatcherOperationsExtensions.Delete Méthode

Définition

Supprimez l’observateur par son nom. http://aka.ms/azureautomationsdk/watcheroperations

public static void Delete (this Microsoft.Azure.Management.Automation.IWatcherOperations operations, string resourceGroupName, string automationAccountName, string watcherName);
static member Delete : Microsoft.Azure.Management.Automation.IWatcherOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (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 à