{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector VirtualMachineRunCommands API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "VirtualMachineRunCommands", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Locations Location Runcommands", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Compute/locations/:location/runCommands", "params": [ { "name": "location", "value": "", "type": "path", "description": "The location upon which run commands is queried." } ] }, "docs": "Lists all available run commands for a subscription in a location." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Locations Location Runcommands Commandid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Compute/locations/:location/runCommands/:commandId", "params": [ { "name": "location", "value": "", "type": "path", "description": "The location upon which run commands is queried." }, { "name": "commandId", "value": "", "type": "path", "description": "The command id." } ] }, "docs": "Gets specific run command for a subscription in a location." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Virtualmachines Vmname Runcommands Runcommandname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Compute/virtualMachines/:vmName/runCommands/:runCommandName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "vmName", "value": "", "type": "path", "description": "The name of the virtual machine containing the run command." }, { "name": "runCommandName", "value": "", "type": "path", "description": "The name of the virtual machine run command." }, { "name": "$expand", "value": "", "type": "query", "description": "The expand expression to apply on the operation." } ] }, "docs": "The operation to get the run command." }, { "info": { "name": "Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Virtualmachines Vmname Runcommands Runcommandname", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Compute/virtualMachines/:vmName/runCommands/:runCommandName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "vmName", "value": "", "type": "path", "description": "The name of the virtual machine where the run command should be created or updated." }, { "name": "runCommandName", "value": "", "type": "path", "description": "The name of the virtual machine run command." } ] }, "docs": "The operation to create or update the run command." }, { "info": { "name": "Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Virtualmachines Vmname Runcommands Runcommandname", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Compute/virtualMachines/:vmName/runCommands/:runCommandName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "vmName", "value": "", "type": "path", "description": "The name of the virtual machine where the run command should be updated." }, { "name": "runCommandName", "value": "", "type": "path", "description": "The name of the virtual machine run command." } ] }, "docs": "The operation to update the run command." }, { "info": { "name": "Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Virtualmachines Vmname Runcommands Runcommandname", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Compute/virtualMachines/:vmName/runCommands/:runCommandName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "vmName", "value": "", "type": "path", "description": "The name of the virtual machine where the run command should be deleted." }, { "name": "runCommandName", "value": "", "type": "path", "description": "The name of the virtual machine run command." } ] }, "docs": "The operation to delete the run command." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Virtualmachines Vmname Runcommands", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Compute/virtualMachines/:vmName/runCommands", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "vmName", "value": "", "type": "path", "description": "The name of the virtual machine containing the run command." }, { "name": "$expand", "value": "", "type": "query", "description": "The expand expression to apply on the operation." } ] }, "docs": "The operation to get all run commands of a Virtual Machine." } ] } ], "bundled": true }