StatisticsOperationsExtensions.ListByAutomationAccountAsync Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Načtěte statistiku účtu. http://aka.ms/azureautomationsdk/statisticsoperations
public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Automation.Models.Statistics>> ListByAutomationAccountAsync (this Microsoft.Azure.Management.Automation.IStatisticsOperations operations, string resourceGroupName, string automationAccountName, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByAutomationAccountAsync : Microsoft.Azure.Management.Automation.IStatisticsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Automation.Models.Statistics>>
<Extension()>
Public Function ListByAutomationAccountAsync (operations As IStatisticsOperations, resourceGroupName As String, automationAccountName As String, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of Statistics))
Parametry
- operations
- IStatisticsOperations
Skupina operací pro tuto metodu rozšíření.
- resourceGroupName
- String
Název skupiny prostředků Azure.
- automationAccountName
- String
Název účtu Automation.
- filter
- String
Filtr, který se má použít na operaci.
- cancellationToken
- CancellationToken
Token zrušení.
Návraty
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET