Delen via


Usages class

Klasse die een gebruik vertegenwoordigt.

Constructors

Usages(AutomationClientContext)

Maak een gebruik.

Methoden

listByAutomationAccount(string, string, RequestOptionsBase)

Haal het gebruik voor de account-id op.

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

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

ServiceCallback<UsageListResult>

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

ServiceCallback<UsageListResult>

De callback