{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector VMExtensions API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "VMExtensions", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Returns Requested Virtual Machine Extension Image", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Compute.Admin/locations/:location/artifactTypes/VMExtension/publishers/:publisher/types/:type/versions/:version", "params": [ { "name": "type", "value": "", "type": "path", "description": "Type of extension." } ] }, "docs": "Returns requested Virtual Machine Extension Image matching publisher, type, version." }, { "info": { "name": "Microsoft Azure Create A Virtual Machine Extension Image", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Compute.Admin/locations/:location/artifactTypes/VMExtension/publishers/:publisher/types/:type/versions/:version", "params": [ { "name": "type", "value": "", "type": "path", "description": "Type of extension." } ] }, "docs": "Create a Virtual Machine Extension Image with publisher, version." }, { "info": { "name": "Microsoft Azure Deletes A Virtual Machine Extension Image", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Compute.Admin/locations/:location/artifactTypes/VMExtension/publishers/:publisher/types/:type/versions/:version", "params": [ { "name": "type", "value": "", "type": "path", "description": "Type of extension." } ] }, "docs": "Deletes specified Virtual Machine Extension Image." }, { "info": { "name": "Microsoft Azure Returns A List Of All Virtual Machine Extension Images", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Compute.Admin/locations/:location/artifactTypes/VMExtension" }, "docs": "List of all Virtual Machine Extension Images for the current location are returned." } ] } ], "bundled": true }