0.9.0-pre.10 • Published 9 years ago

azure-rm-website v0.9.0-pre.10

Weekly downloads
37
License
-
Repository
github
Last release
9 years ago

Microsoft Azure SDK for Node.js - Web Site Management

This project provides a Node.js package that makes it easy to manage Microsoft Azure Web Site. Right now it supports:

  • Node.js version: 0.6.15 or higher
  • API version: 2013-08-01

Features

  • TODO

How to Install

npm install azure-rm-website

How to Use

Authentication

  • TODO: Describe tokens

Create the WebSiteManagementClient

var fs                = require('fs'),
    webSiteManagement = require('azure-rm-website');

var webSiteManagementClient = webSiteManagement.createWebsiteManagementClient(webSiteManagement.createCertificateCloudCredentials({
  subscriptionId: '<your subscription id>',
  pem: fs.readFileSync('<your pem file>')
}));

Related projects

0.9.0-pre.10

9 years ago

0.9.0-pre.9

9 years ago

0.9.0-pre.8

9 years ago

0.9.0-pre.7

9 years ago

0.9.0-pre.6

10 years ago

0.9.0-pre.5

10 years ago

0.9.0-pre.4

10 years ago

0.9.0-pre.3

10 years ago

0.9.0-pre.2

10 years ago

0.9.0-pre.1

10 years ago