ArmAutomationModelFactory.AutomationAccountStatistics Method

Definition

Initializes a new instance of 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

Parameters

counterProperty
String

Gets the property value of the statistic.

counterValue
Nullable<Int64>

Gets the value of the statistic.

startOn
Nullable<DateTimeOffset>

Gets the startTime of the statistic.

endOn
Nullable<DateTimeOffset>

Gets the endTime of the statistic.

id
String

Gets the id.

Returns

A new AutomationAccountStatistics instance for mocking.

Applies to