{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector EnrollmentAccounts API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "EnrollmentAccounts", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Providers Microsoft Billing Enrollmentaccounts", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/Microsoft.Billing/enrollmentAccounts", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request. The current version is 2018-03-01-preview." } ] }, "docs": "Lists the enrollment accounts the caller has access to." }, { "info": { "name": "Microsoft Azure Get Providers Microsoft Billing Enrollmentaccounts Name", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/Microsoft.Billing/enrollmentAccounts/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Enrollment Account name." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request. The current version is 2018-03-01-preview." } ] }, "docs": "Gets a enrollment account by name." } ] } ], "bundled": true }