Condividi tramite


WatcherOperationsExtensions.ListByAutomationAccountAsync Metodo

Definizione

Recuperare un elenco di watcher. http://aka.ms/azureautomationsdk/watcheroperations

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Watcher>> ListByAutomationAccountAsync (this Microsoft.Azure.Management.Automation.IWatcherOperations operations, string resourceGroupName, string automationAccountName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Automation.Models.Watcher> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByAutomationAccountAsync : Microsoft.Azure.Management.Automation.IWatcherOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Automation.Models.Watcher> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Watcher>>
<Extension()>
Public Function ListByAutomationAccountAsync (operations As IWatcherOperations, resourceGroupName As String, automationAccountName As String, Optional odataQuery As ODataQuery(Of Watcher) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Watcher))

Parametri

operations
IWatcherOperations

Gruppo di operazioni per questo metodo di estensione.

resourceGroupName
String

Nome di un gruppo di risorse di Azure.

automationAccountName
String

Nome dell'account di automazione.

odataQuery
ODataQuery<Watcher>

Parametri OData da applicare all'operazione.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Si applica a