azure-sdk-for-node/lib/services/signalrManagement
scbedd a17967df1d adding impression pixel 2019-03-04 15:13:55 -08:00
..
lib Generated from ad5e41880ed7c7206796e71c3ecac77831d44ad7 (#3972) 2018-10-29 07:47:12 -07:00
LICENSE.txt Generated from ad5e41880ed7c7206796e71c3ecac77831d44ad7 (#3972) 2018-10-29 07:47:12 -07:00
README.md adding impression pixel 2019-03-04 15:13:55 -08:00
package.json Update all generated package versions 2018-11-07 09:30:17 -08:00

README.md

uid: azure-arm-signalr summary: *content

Microsoft Azure SDK for Node.js - SignalRManagementClient

This project provides a Node.js package for accessing Azure. Right now it supports:

  • Node.js version 6.x.x or higher

Features

How to Install

npm install azure-arm-signalr

How to use

Authentication, client creation and list operations as an example.

const msRestAzure = require("ms-rest-azure");
const SignalRManagementClient = require("azure-arm-signalr");
msRestAzure.interactiveLogin().then((creds) => {
    const subscriptionId = "<Subscription_Id>";
    const client = new SignalRManagementClient(creds, subscriptionId);
    return client.operations.list().then((result) => {
      console.log("The result is:");
      console.log(result);
    });
}).catch((err) => {
  console.log('An error occurred:');
  console.dir(err, {depth: null, colors: true});
});

## Related projects

- [Microsoft Azure SDK for Node.js](https://github.com/Azure/azure-sdk-for-node)


![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-node%2Flib%2Fservices%2FsignalrManagement%2FREADME.png)