# @datafire/azure_arm_compute_runcommands

> DataFire integration for RunCommandsClient

Latest version **3.0.0** (published 2017-11-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install @datafire/azure_arm_compute_runcommands
pnpm add @datafire/azure_arm_compute_runcommands
yarn add @datafire/azure_arm_compute_runcommands
bun add @datafire/azure_arm_compute_runcommands
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.0.0 |
| Published | 2017-11-10 |
| First published | 2017-10-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 135 |
| Author | DataFire |
| Maintainers | datafire |

## Links

- npm: https://www.npmjs.com/package/@datafire/azure_arm_compute_runcommands
- Repository: https://github.com/DataFire/integrations
- Homepage: https://github.com/DataFire/integrations#readme
- Issues: https://github.com/DataFire/integrations/issues
- npm.io page: https://npm.io/package/@datafire/azure_arm_compute_runcommands

## Dependencies (1)

- [datafire](https://npm.io/package/datafire.md) ^2.0.0

## Recent versions

- 3.0.0 (latest) — 2017-11-10
- 2.0.0 — 2017-10-18

## README

# @datafire/azure_arm_compute_runcommands

Client library for RunCommandsClient

## Installation and Usage
```bash
npm install --save datafire @datafire/azure_arm_compute_runcommands
```

```js
let datafire = require('datafire');
let azure_arm_compute_runcommands = require('@datafire/azure_arm_compute_runcommands').create({
  access_token: "",
  refresh_token: "",
  client_id: "",
  client_secret: "",
  redirect_uri: "",
});

azure_arm_compute_runcommands.VirtualMachineRunCommands_List({}).then(data => {
  console.log(data);
})
```

## Description
The Run Commands Client.

## Actions
### VirtualMachineRunCommands_List
Lists all available run commands for a subscription in a location.


```js
azure_arm_compute_runcommands.VirtualMachineRunCommands_List({
  "location": "",
  "api-version": "",
  "subscriptionId": ""
}, context)
```

#### Parameters
* location (string) **required** - The location upon which run commands is queried.
* api-version (string) **required** - Client Api Version.
* subscriptionId (string) **required** - Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

### VirtualMachineRunCommands_Get
Gets specific run command for a subscription in a location.


```js
azure_arm_compute_runcommands.VirtualMachineRunCommands_Get({
  "location": "",
  "commandId": "",
  "api-version": "",
  "subscriptionId": ""
}, context)
```

#### Parameters
* location (string) **required** - The location upon which run commands is queried.
* commandId (string) **required** - The command id.
* api-version (string) **required** - Client Api Version.
* subscriptionId (string) **required** - Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

### VirtualMachines_RunCommand
Run command on the VM.


```js
azure_arm_compute_runcommands.VirtualMachines_RunCommand({
  "resourceGroupName": "",
  "vmName": "",
  "parameters": null,
  "api-version": "",
  "subscriptionId": ""
}, context)
```

#### Parameters
* resourceGroupName (string) **required** - The name of the resource group.
* vmName (string) **required** - The name of the virtual machine.
* parameters (undefined) **required** - Capture Virtual Machine parameters.
* api-version (string) **required** - Client Api Version.
* subscriptionId (string) **required** - Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

---
_Source: https://npm.io/package/@datafire/azure_arm_compute_runcommands · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
