共用方式為


WatcherOperationsExtensions.Get 方法

定義

擷取監看員名稱所識別的監看員。 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

參數

operations
IWatcherOperations

這個擴充方法的作業群組。

resourceGroupName
String

Azure 資源群組的名稱。

automationAccountName
String

自動化帳戶的名稱。

watcherName
String

監看員名稱。

傳回

適用於