GrantsOperations interface

Interface representing a Grants operations.

Properties

get

Get details for a specific grant linked to the provided billing account and billing profile.

list

Get details for a specific grant linked to the provided billing account and billing profile.

listAll

Get a list of grants that Microsoft has provided.

Property Details

get

Get details for a specific grant linked to the provided billing account and billing profile.

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

Property Value

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

list

Get details for a specific grant linked to the provided billing account and billing profile.

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

Property Value

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

listAll

Get a list of grants that Microsoft has provided.

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

Property Value

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