Partager via


Usages class

Classe représentant une utilisation.

Constructeurs

Usages(AutomationClientContext)

Créez une utilisation.

Méthodes

listByAutomationAccount(string, string, RequestOptionsBase)

Récupérez l’utilisation de l’ID de compte.

listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<UsageListResult>)
listByAutomationAccount(string, string, ServiceCallback<UsageListResult>)

Détails du constructeur

Usages(AutomationClientContext)

Créez une utilisation.

new Usages(client: AutomationClientContext)

Paramètres

client
AutomationClientContext

Référence au client de service.

Détails de la méthode

listByAutomationAccount(string, string, RequestOptionsBase)

Récupérez l’utilisation de l’ID de compte.

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<UsagesListByAutomationAccountResponse>

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.UsagesListByAutomationAccountResponse>

listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<UsageListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<UsageListResult>)

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

options
RequestOptionsBase

Paramètres facultatifs

callback

ServiceCallback<UsageListResult>

Rappel

listByAutomationAccount(string, string, ServiceCallback<UsageListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<UsageListResult>)

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

callback

ServiceCallback<UsageListResult>

Rappel