13.0.0 • Published 6 years ago

azure-arm-network v13.0.0

Weekly downloads
47,775
License
MIT
Repository
github
Last release
6 years ago

Microsoft Azure SDK for Node.js - Network Management

This project provides a Node.js package that makes it easy to manage Microsoft Azure Network Resources.

  • Node.js version: 6.x.x or higher
  • API version: 2017-10-01

Features

  • Manage virtual network
  • Manage subnet
  • Manage network security group
  • Manage network security rule
  • Manage load balancer
  • Manage network interface
  • Manage publicIPAddress
  • Manage application gateway
  • Manage connections
  • Manage express route
  • Manage local network gateway
  • Manage application security group
  • Manage network watcher
  • Manage route table
  • Manage route
  • Manage virtual network gateway

How to Install

npm install azure-arm-network

How to use

Authentication, client creation and listing vnets in a resource group as an example

var msRestAzure = require('ms-rest-azure');
var NetworkManagementClient = require('azure-arm-network');

// Interactive Login
// It provides a url and code that needs to be copied and pasted in a browser and authenticated over there. If successful, 
// the user will get a DeviceTokenCredentials object.
msRestAzure.interactiveLogin(function(err, credentials) {
 var client = new NetworkManagementClient(credentials, 'your-subscription-id');
 client.virtualNetworks.list(resourceGroupName, function(err, result, request, response) {
   if (err) console.log(err);
   console.log(result);
 });
});

Detailed Sample

A detailed sample for managing a load balancer than can be cloned and is ready to used can be found here.

Related projects

Impressions

13.0.0

6 years ago

12.1.0

6 years ago

12.0.0

6 years ago

11.1.0

7 years ago

11.0.1

7 years ago

11.0.0

7 years ago

10.0.0

7 years ago

9.1.0

7 years ago

9.0.0

7 years ago

8.0.1

7 years ago

8.0.0

7 years ago

7.0.0

7 years ago

6.0.0

7 years ago

5.3.0

7 years ago

5.2.0

7 years ago

5.1.0

8 years ago

4.0.1

8 years ago

4.0.0

8 years ago

3.0.0

8 years ago

2.0.0

8 years ago

1.3.0-preview

8 years ago

1.2.0-preview

8 years ago

1.1.0-preview

8 years ago

1.0.0-preview

8 years ago

0.18.0

8 years ago

0.17.0

9 years ago

0.16.2

9 years ago

0.16.1

9 years ago

0.16.0

9 years ago

0.15.0

9 years ago

0.13.2

9 years ago

0.13.1

9 years ago

0.13.0

9 years ago

0.12.1

10 years ago

0.12.0

10 years ago

0.11.0

10 years ago

0.10.6

10 years ago

0.10.5

10 years ago

0.10.4

10 years ago

0.10.1

10 years ago

0.10.0

10 years ago