0.9.0-pre.10 • Published 10 years ago

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

Weekly downloads
37
License
-
Repository
github
Last release
10 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

10 years ago

0.9.0-pre.9

10 years ago

0.9.0-pre.8

10 years ago

0.9.0-pre.7

11 years ago

0.9.0-pre.6

11 years ago

0.9.0-pre.5

11 years ago

0.9.0-pre.4

11 years ago

0.9.0-pre.3

11 years ago

0.9.0-pre.2

11 years ago

0.9.0-pre.1

11 years ago