AzureEnterprise.Tables
Enter the URL of the Azure Enterprise REST API endpoint associated with your enrollment
function (url
as text) as table
Returns a list of reports and months available from the Azure Enterprise API
Accessing data
Using the AzureEnterprise.Tables function and navigate to a particular value to obtain the results.
let
Source = AzureEnterprise.Tables("http://ea.azure.com/rest/12345"),
Contents = Source{[Key="Contents"]}[Data]
in
Contents
Table
Last modified 4yr ago