Freigeben über


AutomationAccountResource.GetStatisticsAsync Methode

Definition

Rufen Sie die Statistiken für das Konto ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/statistics
  • Vorgang IdStatistics_ListByAutomationAccount
public virtual Azure.AsyncPageable<Azure.ResourceManager.Automation.Models.AutomationAccountStatistics> GetStatisticsAsync (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetStatisticsAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Automation.Models.AutomationAccountStatistics>
override this.GetStatisticsAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Automation.Models.AutomationAccountStatistics>
Public Overridable Function GetStatisticsAsync (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AutomationAccountStatistics)

Parameter

filter
String

Der Filter, der auf den Vorgang angewendet werden soll.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der AutomationAccountStatistics mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: