Compartilhar via


WatcherOperationsExtensions.Get Método

Definição

Recupere o observador identificado pelo nome do observador. http://aka.ms/azureautomationsdk/watcheroperations

public static Microsoft.Azure.Management.Automation.Models.Watcher Get(this Microsoft.Azure.Management.Automation.IWatcherOperations operations, string resourceGroupName, string automationAccountName, string watcherName);
static member Get : Microsoft.Azure.Management.Automation.IWatcherOperations * string * string * string -> Microsoft.Azure.Management.Automation.Models.Watcher
<Extension()>
Public Function Get (operations As IWatcherOperations, resourceGroupName As String, automationAccountName As String, watcherName As String) As Watcher

Parâmetros

operations
IWatcherOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome de um grupo de recursos do Azure.

automationAccountName
String

O nome da conta de automação.

watcherName
String

O nome do observador.

Retornos

Aplica-se a