ArmAutomationModelFactory.AutomationAccountStatistics Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET