Delen via


Grants interface

Interface die een subsidies vertegenwoordigt.

Methoden

get(string, string, GrantsGetOptionalParams)

Details ophalen voor een specifieke toekenning die is gekoppeld aan het opgegeven factureringsaccount en factureringsprofiel.

list(string, string, GrantsListOptionalParams)

Details ophalen voor een specifieke toekenning die is gekoppeld aan het opgegeven factureringsaccount en factureringsprofiel.

listAll(GrantsListAllOptionalParams)

Haal een lijst op met subsidies die Microsoft heeft verstrekt.

Methodedetails

get(string, string, GrantsGetOptionalParams)

Details ophalen voor een specifieke toekenning die is gekoppeld aan het opgegeven factureringsaccount en factureringsprofiel.

function get(billingAccountName: string, billingProfileName: string, options?: GrantsGetOptionalParams): Promise<GrantDetails>

Parameters

billingAccountName

string

Naam van factureringsaccount.

billingProfileName

string

Naam van factureringsprofiel.

options
GrantsGetOptionalParams

De optiesparameters.

Retouren

Promise<GrantDetails>

list(string, string, GrantsListOptionalParams)

Details ophalen voor een specifieke toekenning die is gekoppeld aan het opgegeven factureringsaccount en factureringsprofiel.

function list(billingAccountName: string, billingProfileName: string, options?: GrantsListOptionalParams): PagedAsyncIterableIterator<GrantDetails, GrantDetails[], PageSettings>

Parameters

billingAccountName

string

Naam van factureringsaccount.

billingProfileName

string

Naam van factureringsprofiel.

options
GrantsListOptionalParams

De optiesparameters.

Retouren

listAll(GrantsListAllOptionalParams)

Haal een lijst op met subsidies die Microsoft heeft verstrekt.

function listAll(options?: GrantsListAllOptionalParams): PagedAsyncIterableIterator<GrantDetails, GrantDetails[], PageSettings>

Parameters

options
GrantsListAllOptionalParams

De optiesparameters.

Retouren