Usages class
Klasse die een gebruik vertegenwoordigt.
Constructors
| Usages(Automation |
Maak een gebruik. |
Methoden
Constructordetails
Usages(AutomationClientContext)
Maak een gebruik.
new Usages(client: AutomationClientContext)
Parameters
- client
- AutomationClientContext
Verwijzing naar de serviceclient.
Methodedetails
listByAutomationAccount(string, string, RequestOptionsBase)
Haal het gebruik voor de account-id op.
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<UsagesListByAutomationAccountResponse>
Parameters
- resourceGroupName
-
string
Naam van een Azure-resourcegroep.
- automationAccountName
-
string
De naam van het Automation-account.
- options
- RequestOptionsBase
De optionele parameters
Retouren
Beloof<Models.UsagesListByAutomationAccountResponse>
listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<UsageListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<UsageListResult>)
Parameters
- resourceGroupName
-
string
Naam van een Azure-resourcegroep.
- automationAccountName
-
string
De naam van het Automation-account.
- options
- RequestOptionsBase
De optionele parameters
- callback
De callback
listByAutomationAccount(string, string, ServiceCallback<UsageListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<UsageListResult>)
Parameters
- resourceGroupName
-
string
Naam van een Azure-resourcegroep.
- automationAccountName
-
string
De naam van het Automation-account.
- callback
De callback