npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@datafire/azure_marketplaceordering_agreements

v5.0.0

Published

DataFire integration for MarketplaceOrdering.Agreements

Downloads

5

Readme

@datafire/azure_marketplaceordering_agreements

Client library for MarketplaceOrdering.Agreements

Installation and Usage

npm install --save @datafire/azure_marketplaceordering_agreements
let azure_marketplaceordering_agreements = require('@datafire/azure_marketplaceordering_agreements').create({
  access_token: "",
  refresh_token: "",
  client_id: "",
  client_secret: "",
  redirect_uri: ""
});

.then(data => {
  console.log(data);
});

Description

REST API for MarketplaceOrdering Agreements.

Actions

Operations_List

Lists all of the available Microsoft.MarketplaceOrdering REST API operations.

azure_marketplaceordering_agreements.Operations_List({
  "api-version": ""
}, context)

Input

  • input object
    • api-version required string: The API version to use for the request.

Output

MarketplaceAgreements_List

List marketplace agreements in the subscription.

azure_marketplaceordering_agreements.MarketplaceAgreements_List({
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • api-version required string: The API version to use for the request.
    • subscriptionId required string: The subscription ID that identifies an Azure subscription.

Output

MarketplaceAgreements_GetAgreement

Get marketplace agreement.

azure_marketplaceordering_agreements.MarketplaceAgreements_GetAgreement({
  "api-version": "",
  "subscriptionId": "",
  "publisherId": "",
  "offerId": "",
  "planId": ""
}, context)

Input

  • input object
    • api-version required string: The API version to use for the request.
    • subscriptionId required string: The subscription ID that identifies an Azure subscription.
    • publisherId required string: Publisher identifier string of image being deployed.
    • offerId required string: Offer identifier string of image being deployed.
    • planId required string: Plan identifier string of image being deployed.

Output

MarketplaceAgreements_Cancel

Cancel marketplace terms.

azure_marketplaceordering_agreements.MarketplaceAgreements_Cancel({
  "api-version": "",
  "subscriptionId": "",
  "publisherId": "",
  "offerId": "",
  "planId": ""
}, context)

Input

  • input object
    • api-version required string: The API version to use for the request.
    • subscriptionId required string: The subscription ID that identifies an Azure subscription.
    • publisherId required string: Publisher identifier string of image being deployed.
    • offerId required string: Offer identifier string of image being deployed.
    • planId required string: Plan identifier string of image being deployed.

Output

MarketplaceAgreements_Sign

Sign marketplace terms.

azure_marketplaceordering_agreements.MarketplaceAgreements_Sign({
  "api-version": "",
  "subscriptionId": "",
  "publisherId": "",
  "offerId": "",
  "planId": ""
}, context)

Input

  • input object
    • api-version required string: The API version to use for the request.
    • subscriptionId required string: The subscription ID that identifies an Azure subscription.
    • publisherId required string: Publisher identifier string of image being deployed.
    • offerId required string: Offer identifier string of image being deployed.
    • planId required string: Plan identifier string of image being deployed.

Output

MarketplaceAgreements_Get

Get marketplace terms.

azure_marketplaceordering_agreements.MarketplaceAgreements_Get({
  "api-version": "",
  "subscriptionId": "",
  "offerType": "",
  "publisherId": "",
  "offerId": "",
  "planId": ""
}, context)

Input

  • input object
    • api-version required string: The API version to use for the request.
    • subscriptionId required string: The subscription ID that identifies an Azure subscription.
    • offerType required string (values: virtualmachine): Offer Type, currently only virtualmachine type is supported.
    • publisherId required string: Publisher identifier string of image being deployed.
    • offerId required string: Offer identifier string of image being deployed.
    • planId required string: Plan identifier string of image being deployed.

Output

MarketplaceAgreements_Create

Save marketplace terms.

azure_marketplaceordering_agreements.MarketplaceAgreements_Create({
  "api-version": "",
  "offerType": "",
  "subscriptionId": "",
  "publisherId": "",
  "offerId": "",
  "planId": "",
  "parameters": null
}, context)

Input

  • input object
    • api-version required string: The API version to use for the request.
    • offerType required string (values: virtualmachine): Offer Type, currently only virtualmachine type is supported.
    • subscriptionId required string: The subscription ID that identifies an Azure subscription.
    • publisherId required string: Publisher identifier string of image being deployed.
    • offerId required string: Offer identifier string of image being deployed.
    • planId required string: Plan identifier string of image being deployed.
    • parameters required AgreementTerms

Output

Definitions

AgreementProperties

  • AgreementProperties object: Agreement Terms definition
    • accepted boolean: If any version of the terms have been accepted, otherwise false.
    • licenseTextLink string: Link to HTML with Microsoft and Publisher terms.
    • plan string: Plan identifier string of image being deployed.
    • privacyPolicyLink string: Link to the privacy policy of the publisher.
    • product string: Offer identifier string of image being deployed.
    • publisher string: Publisher identifier string of image being deployed.
    • retrieveDatetime string: Date and time in UTC of when the terms were accepted. This is empty if Accepted is false.
    • signature string: Terms signature.

AgreementTerms

  • AgreementTerms object: Terms properties for provided Publisher/Offer/Plan tuple
    • properties AgreementProperties
    • id string: Resource ID.
    • name string: Resource name.
    • type string: Resource type.

ErrorResponse

  • ErrorResponse object: Error response indicates Microsoft.MarketplaceOrdering service is not able to process the incoming request. The reason is provided in the error message.
    • error object: The details of the error.
      • code string: Error code.
      • message string: Error message indicating why the operation failed.

Operation

  • Operation object: Microsoft.MarketplaceOrdering REST API operation
    • display object: The object that represents the operation.
      • operation string: Operation type: Get Agreement, Sign Agreement, Cancel Agreement etc.
      • provider string: Service provider: Microsoft.MarketplaceOrdering
      • resource string: Resource on which the operation is performed: Agreement, virtualmachine, etc.
    • name string: Operation name: {provider}/{resource}/{operation}

OperationListResult

  • OperationListResult object: Result of the request to list MarketplaceOrdering operations. It contains a list of operations and a URL link to get the next set of results.
    • nextLink string: URL to get the next set of operation list results if there are any.
    • value array: List of Microsoft.MarketplaceOrdering operations supported by the Microsoft.MarketplaceOrdering resource provider.

Resource

  • Resource object: ARM resource.
    • id string: Resource ID.
    • name string: Resource name.
    • type string: Resource type.