Partilhar via


ArmAutomationModelFactory.AutomationAccountStatistics Método

Definição

Inicializa uma nova instância de AutomationAccountStatistics.

public static Azure.ResourceManager.Automation.Models.AutomationAccountStatistics AutomationAccountStatistics (string counterProperty = default, long? counterValue = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, string id = default);
static member AutomationAccountStatistics : string * Nullable<int64> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string -> Azure.ResourceManager.Automation.Models.AutomationAccountStatistics
Public Shared Function AutomationAccountStatistics (Optional counterProperty As String = Nothing, Optional counterValue As Nullable(Of Long) = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional id As String = Nothing) As AutomationAccountStatistics

Parâmetros

counterProperty
String

Obtém o valor da propriedade da estatística.

counterValue
Nullable<Int64>

Obtém o valor da estatística.

startOn
Nullable<DateTimeOffset>

Obtém o startTime da estatística.

endOn
Nullable<DateTimeOffset>

Obtém o endTime da estatística.

id
String

Obtém a ID.

Retornos

Uma nova AutomationAccountStatistics instância para simulação.

Aplica-se a