Usages class
Klasse, die eine Verwendung darstellt.
Konstruktoren
| Usages(Automation |
Erstellen Sie eine Verwendung. |
Methoden
Details zum Konstruktor
Usages(AutomationClientContext)
Erstellen Sie eine Verwendung.
new Usages(client: AutomationClientContext)
Parameter
- client
- AutomationClientContext
Verweisen auf den Dienstclient.
Details zur Methode
listByAutomationAccount(string, string, RequestOptionsBase)
Rufen Sie die Verwendung für die Konto-ID ab.
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<UsagesListByAutomationAccountResponse>
Parameter
- resourceGroupName
-
string
Name einer Azure-Ressourcengruppe.
- automationAccountName
-
string
Der Name des Automatisierungskontos.
- options
- RequestOptionsBase
Die optionalen Parameter
Gibt zurück
Promise<Models.UsagesListByAutomationAccountResponse>
listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<UsageListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<UsageListResult>)
Parameter
- resourceGroupName
-
string
Name einer Azure-Ressourcengruppe.
- automationAccountName
-
string
Der Name des Automatisierungskontos.
- options
- RequestOptionsBase
Die optionalen Parameter
- callback
Der Rückruf
listByAutomationAccount(string, string, ServiceCallback<UsageListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<UsageListResult>)
Parameter
- resourceGroupName
-
string
Name einer Azure-Ressourcengruppe.
- automationAccountName
-
string
Der Name des Automatisierungskontos.
- callback
Der Rückruf