1.0.2-preview • Published 8 years ago

azure-arm-insights v1.0.2-preview

Weekly downloads
6,678
License
MIT
Repository
github
Last release
8 years ago

Deprecation Warning

This package has been deprecated. Please use azure-arm-monitor instead.

Microsoft Azure SDK for Node.js - Web Site Management

This project provides a Node.js package that makes it easy to use the Azure Insights API. Right now it supports:

  • Node.js version: 0.6.15 or higher
  • API version: 2015-04-01, 2015-07-01, 2016-03-01

How to Install

npm install azure-arm-insights

How to Use

Authentication

var msRestAzure = require('ms-rest-azure');
var insightsManagementClient = require('azure-arm-insights');

// Interactive Login
msRestAzure.interactiveLogin(function(err, credentials) {
  var client = new insightsManagementClient(credentials, 'your-subscription-id');
});

Create the insightsManagementClient

 var msRestAzure = require("ms-rest-azure"),
 var insightsManagementClient = require("azure-arm-insights");

 var client = new insightsManagementClient(credentials, 'your subscription id');

Related projects

1.0.2-preview

8 years ago

1.0.1-preview

9 years ago

1.0.0-preview

9 years ago

0.14.1-preview

9 years ago

0.14.0-preview

10 years ago

0.11.4

10 years ago

0.11.3

10 years ago

0.11.2

10 years ago

0.11.1

10 years ago

0.11.0

10 years ago

0.10.2

10 years ago

0.10.1

11 years ago

0.10.0

11 years ago