StatisticsOperations class
Class representing a StatisticsOperations.
Constructors
Statistics |
Create a StatisticsOperations. |
Methods
Constructor Details
StatisticsOperations(AutomationClientContext)
Create a StatisticsOperations.
new StatisticsOperations(client: AutomationClientContext)
Parameters
- client
- AutomationClientContext
Reference to the service client.
Method Details
listByAutomationAccount(string, string, ServiceCallback<StatisticsListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<StatisticsListResult>)
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- callback
The callback
listByAutomationAccount(string, string, StatisticsListByAutomationAccountOptionalParams)
Retrieve the statistics for the account.
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: StatisticsListByAutomationAccountOptionalParams): Promise<StatisticsListByAutomationAccountResponse>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
The optional parameters
Returns
Promise<Models.StatisticsListByAutomationAccountResponse>
listByAutomationAccount(string, string, StatisticsListByAutomationAccountOptionalParams, ServiceCallback<StatisticsListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: StatisticsListByAutomationAccountOptionalParams, callback: ServiceCallback<StatisticsListResult>)
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
The optional parameters
- callback
The callback