Skip to main content

grants

Creates, updates, deletes, gets or lists a grants resource.

Overview

Namegrants
TypeResource
Idazure_extras.education.grants

Fields

NameDatatypeDescription
idstringFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
namestringThe name of the resource
propertiesobjectGrant detail properties
systemDataobjectMetadata pertaining to creation and last modification of the resource.
typestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

NameAccessible byRequired ParamsDescription
getSELECTbillingAccountName, billingProfileNameGet details for a specific grant linked to the provided billing account and billing profile.
listSELECTbillingAccountName, billingProfileNameGet details for a specific grant linked to the provided billing account and billing profile.
list_allSELECTGet a list of grants that Microsoft has provided.

SELECT examples

Get a list of grants that Microsoft has provided.

SELECT
id,
name,
properties,
systemData,
type
FROM azure_extras.education.grants
;