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_azsadmin_downloadedproduct

v3.0.0

Published

DataFire integration for AzureBridgeAdminClient

Downloads

8

Readme

@datafire/azure_azsadmin_downloadedproduct

Client library for AzureBridgeAdminClient

Installation and Usage

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

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

Description

AzureBridge Admin Client.

Actions

DownloadedProducts_List

Get a list of downloaded products.

azure_azsadmin_downloadedproduct.DownloadedProducts_List({
  "subscriptionId": "",
  "resourceGroup": "",
  "activationName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription credentials which uniquely identify Microsoft Azure subscription.The subscription ID forms part of the URI for every service call.
    • resourceGroup required string: The resource group the resource is located under.
    • activationName required string: Name of the activation.
    • api-version required string: Client Api Version.

Output

DownloadedProducts_Delete

Delete a downloaded product.

azure_azsadmin_downloadedproduct.DownloadedProducts_Delete({
  "subscriptionId": "",
  "resourceGroup": "",
  "activationName": "",
  "productName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription credentials which uniquely identify Microsoft Azure subscription.The subscription ID forms part of the URI for every service call.
    • resourceGroup required string: The resource group the resource is located under.
    • activationName required string: Name of the activation.
    • productName required string: Name of the product.
    • api-version required string: Client Api Version.

Output

  • output object: Downloaded product resource.
    • properties object: Properties for aggregate usage.
      • galleryPackageBlobSasUri string: The URI to the .azpkg file that provides information required for showing product in the gallery.
      • legalTerms string: Legal terms for the product.
      • links array: List of product links.
        • items object: Link to a product.
          • displayName string: Displayed name of product.
          • uri string: URI to product.
      • privacyPolicy string: Privacy policy of the product.
      • productDetailsProperties object: Product information.
        • computeRole string (values: None, IaaS, PaaS): Compute role type (IaaS or PaaS).
        • isSystemExtension boolean: Specifies if product is a Virtual Machine Extension.
        • sourceBlob object: The URI.
          • uri string: The URI.
        • supportMultipleExtensions boolean: Indicates if specified product supports multiple extensions.
        • version string: Specifies product version.
        • vmOsType string (values: None, Windows, Linux): Operating system type (Windows or Linux).
        • vmScaleSetEnabled boolean: Indicates if virtual machine Scale Set is enabled in the specified product.
        • dataDiskImages array: List of attached data disks.
          • items object: Data disk image.
            • lun integer: The LUN.
            • sourceBlobSasUri string: SAS key for source blob.
        • osDiskImage object: OS disk image.
          • operatingSystem string (values: None, Windows, Linux): Operating system type (Windows or Linux).
          • sourceBlobSasUri string: SAS key for source blob.
        • version string: Specifies product version.
      • provisioningState string (values: Stopped, Starting, Running, Stopping, Succeeded, Downloading): The provisioning state of the resource.
      • vmExtensionType string: Extension type of the VM.
      • billingPartNumber string: Billing part number.
      • compatibility object: Product compatibility
        • description string: Full error message if any compatibility issues are found
        • isCompatible boolean: Tells if product is compatible with current device
        • issues array: List of all issues found
          • items string (values: HigherDeviceVersionRequired, LowerDeviceVersionRequired, CapacityBillingModelRequired, PayAsYouGoBillingModelRequired, DevelopmentBillingModelRequired, AzureADIdentitySystemRequired, ADFSIdentitySystemRequired, ConnectionToInternetRequired, ConnectionToAzureRequired, DisconnectedEnvironmentRequired): Compatibility issue
        • message string: Short error message if any compatibility issues are found
      • description string: Description of the product.
      • displayName string: Name displayed for the product.
      • galleryItemIdentity string: Gallery item identity.
      • iconUris object: Icons for the gallery items.
        • hero string: The hero (815x290) icon relative path.
        • large string: The large (115x115) icon relative path.
        • medium string: The medium (90x90) icon relative path.
        • small string: The small (40x40) icon relative path.
        • wide string: The wide (255x115) icon relative path.
      • offer string: Offer name.
      • offerVersion string: Offer version.
      • payloadLength integer: Size in bytes.
      • productKind string: The kind. E.g. VirtualMachineProductProperties.ProductKind or WebApp, SolutionTemplate.
      • productProperties object: Additional properties of the product
        • version string: The version of the product
      • publisherDisplayName string: Name of publisher.
      • publisherIdentifier string: Publisher identifier.
      • sku string: Product SKU.
    • id string: URI of the resource.
    • location string: Location of the resource
    • name string: Name of the resource.
    • tags object: List of key value pairs.
    • type string: Type of resource.

DownloadedProducts_Get

Get a downloaded product.

azure_azsadmin_downloadedproduct.DownloadedProducts_Get({
  "subscriptionId": "",
  "resourceGroup": "",
  "activationName": "",
  "productName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription credentials which uniquely identify Microsoft Azure subscription.The subscription ID forms part of the URI for every service call.
    • resourceGroup required string: The resource group the resource is located under.
    • activationName required string: Name of the activation.
    • productName required string: Name of the product.
    • api-version required string: Client Api Version.

Output

  • output object: Downloaded product resource.
    • properties object: Properties for aggregate usage.
      • galleryPackageBlobSasUri string: The URI to the .azpkg file that provides information required for showing product in the gallery.
      • legalTerms string: Legal terms for the product.
      • links array: List of product links.
        • items object: Link to a product.
          • displayName string: Displayed name of product.
          • uri string: URI to product.
      • privacyPolicy string: Privacy policy of the product.
      • productDetailsProperties object: Product information.
        • computeRole string (values: None, IaaS, PaaS): Compute role type (IaaS or PaaS).
        • isSystemExtension boolean: Specifies if product is a Virtual Machine Extension.
        • sourceBlob object: The URI.
          • uri string: The URI.
        • supportMultipleExtensions boolean: Indicates if specified product supports multiple extensions.
        • version string: Specifies product version.
        • vmOsType string (values: None, Windows, Linux): Operating system type (Windows or Linux).
        • vmScaleSetEnabled boolean: Indicates if virtual machine Scale Set is enabled in the specified product.
        • dataDiskImages array: List of attached data disks.
          • items object: Data disk image.
            • lun integer: The LUN.
            • sourceBlobSasUri string: SAS key for source blob.
        • osDiskImage object: OS disk image.
          • operatingSystem string (values: None, Windows, Linux): Operating system type (Windows or Linux).
          • sourceBlobSasUri string: SAS key for source blob.
        • version string: Specifies product version.
      • provisioningState string (values: Stopped, Starting, Running, Stopping, Succeeded, Downloading): The provisioning state of the resource.
      • vmExtensionType string: Extension type of the VM.
      • billingPartNumber string: Billing part number.
      • compatibility object: Product compatibility
        • description string: Full error message if any compatibility issues are found
        • isCompatible boolean: Tells if product is compatible with current device
        • issues array: List of all issues found
          • items string (values: HigherDeviceVersionRequired, LowerDeviceVersionRequired, CapacityBillingModelRequired, PayAsYouGoBillingModelRequired, DevelopmentBillingModelRequired, AzureADIdentitySystemRequired, ADFSIdentitySystemRequired, ConnectionToInternetRequired, ConnectionToAzureRequired, DisconnectedEnvironmentRequired): Compatibility issue
        • message string: Short error message if any compatibility issues are found
      • description string: Description of the product.
      • displayName string: Name displayed for the product.
      • galleryItemIdentity string: Gallery item identity.
      • iconUris object: Icons for the gallery items.
        • hero string: The hero (815x290) icon relative path.
        • large string: The large (115x115) icon relative path.
        • medium string: The medium (90x90) icon relative path.
        • small string: The small (40x40) icon relative path.
        • wide string: The wide (255x115) icon relative path.
      • offer string: Offer name.
      • offerVersion string: Offer version.
      • payloadLength integer: Size in bytes.
      • productKind string: The kind. E.g. VirtualMachineProductProperties.ProductKind or WebApp, SolutionTemplate.
      • productProperties object: Additional properties of the product
        • version string: The version of the product
      • publisherDisplayName string: Name of publisher.
      • publisherIdentifier string: Publisher identifier.
      • sku string: Product SKU.
    • id string: URI of the resource.
    • location string: Location of the resource
    • name string: Name of the resource.
    • tags object: List of key value pairs.
    • type string: Type of resource.

DownloadedProducts_Create

Creates a downloaded product.

azure_azsadmin_downloadedproduct.DownloadedProducts_Create({
  "subscriptionId": "",
  "resourceGroup": "",
  "activationName": "",
  "productName": "",
  "api-version": "",
  "downloadedProduct": {}
}, context)

Input

  • input object
    • subscriptionId required string: Subscription credentials which uniquely identify Microsoft Azure subscription.The subscription ID forms part of the URI for every service call.
    • resourceGroup required string: The resource group the resource is located under.
    • activationName required string: Name of the activation.
    • productName required string: Name of the product.
    • api-version required string: Client Api Version.
    • downloadedProduct required object: Downloaded product resource.
      • properties object: Properties for aggregate usage.
        • galleryPackageBlobSasUri string: The URI to the .azpkg file that provides information required for showing product in the gallery.
        • legalTerms string: Legal terms for the product.
        • links array: List of product links.
          • items object: Link to a product.
            • displayName string: Displayed name of product.
            • uri string: URI to product.
        • privacyPolicy string: Privacy policy of the product.
        • productDetailsProperties object: Product information.
          • computeRole string (values: None, IaaS, PaaS): Compute role type (IaaS or PaaS).
          • isSystemExtension boolean: Specifies if product is a Virtual Machine Extension.
          • sourceBlob object: The URI.
            • uri string: The URI.
          • supportMultipleExtensions boolean: Indicates if specified product supports multiple extensions.
          • version string: Specifies product version.
          • vmOsType string (values: None, Windows, Linux): Operating system type (Windows or Linux).
          • vmScaleSetEnabled boolean: Indicates if virtual machine Scale Set is enabled in the specified product.
          • dataDiskImages array: List of attached data disks.
            • items object: Data disk image.
          • osDiskImage object: OS disk image.
            • operatingSystem string (values: None, Windows, Linux): Operating system type (Windows or Linux).
            • sourceBlobSasUri string: SAS key for source blob.
          • version string: Specifies product version.
        • provisioningState string (values: Stopped, Starting, Running, Stopping, Succeeded, Downloading): The provisioning state of the resource.
        • vmExtensionType string: Extension type of the VM.
        • billingPartNumber string: Billing part number.
        • compatibility object: Product compatibility
          • description string: Full error message if any compatibility issues are found
          • isCompatible boolean: Tells if product is compatible with current device
          • issues array: List of all issues found
            • items string (values: HigherDeviceVersionRequired, LowerDeviceVersionRequired, CapacityBillingModelRequired, PayAsYouGoBillingModelRequired, DevelopmentBillingModelRequired, AzureADIdentitySystemRequired, ADFSIdentitySystemRequired, ConnectionToInternetRequired, ConnectionToAzureRequired, DisconnectedEnvironmentRequired): Compatibility issue
          • message string: Short error message if any compatibility issues are found
        • description string: Description of the product.
        • displayName string: Name displayed for the product.
        • galleryItemIdentity string: Gallery item identity.
        • iconUris object: Icons for the gallery items.
          • hero string: The hero (815x290) icon relative path.
          • large string: The large (115x115) icon relative path.
          • medium string: The medium (90x90) icon relative path.
          • small string: The small (40x40) icon relative path.
          • wide string: The wide (255x115) icon relative path.
        • offer string: Offer name.
        • offerVersion string: Offer version.
        • payloadLength integer: Size in bytes.
        • productKind string: The kind. E.g. VirtualMachineProductProperties.ProductKind or WebApp, SolutionTemplate.
        • productProperties object: Additional properties of the product
          • version string: The version of the product
        • publisherDisplayName string: Name of publisher.
        • publisherIdentifier string: Publisher identifier.
        • sku string: Product SKU.
      • id string: URI of the resource.
      • location string: Location of the resource
      • name string: Name of the resource.
      • tags object: List of key value pairs.
      • type string: Type of resource.

Output

  • output object: Downloaded product resource.
    • properties object: Properties for aggregate usage.
      • galleryPackageBlobSasUri string: The URI to the .azpkg file that provides information required for showing product in the gallery.
      • legalTerms string: Legal terms for the product.
      • links array: List of product links.
        • items object: Link to a product.
          • displayName string: Displayed name of product.
          • uri string: URI to product.
      • privacyPolicy string: Privacy policy of the product.
      • productDetailsProperties object: Product information.
        • computeRole string (values: None, IaaS, PaaS): Compute role type (IaaS or PaaS).
        • isSystemExtension boolean: Specifies if product is a Virtual Machine Extension.
        • sourceBlob object: The URI.
          • uri string: The URI.
        • supportMultipleExtensions boolean: Indicates if specified product supports multiple extensions.
        • version string: Specifies product version.
        • vmOsType string (values: None, Windows, Linux): Operating system type (Windows or Linux).
        • vmScaleSetEnabled boolean: Indicates if virtual machine Scale Set is enabled in the specified product.
        • dataDiskImages array: List of attached data disks.
          • items object: Data disk image.
            • lun integer: The LUN.
            • sourceBlobSasUri string: SAS key for source blob.
        • osDiskImage object: OS disk image.
          • operatingSystem string (values: None, Windows, Linux): Operating system type (Windows or Linux).
          • sourceBlobSasUri string: SAS key for source blob.
        • version string: Specifies product version.
      • provisioningState string (values: Stopped, Starting, Running, Stopping, Succeeded, Downloading): The provisioning state of the resource.
      • vmExtensionType string: Extension type of the VM.
      • billingPartNumber string: Billing part number.
      • compatibility object: Product compatibility
        • description string: Full error message if any compatibility issues are found
        • isCompatible boolean: Tells if product is compatible with current device
        • issues array: List of all issues found
          • items string (values: HigherDeviceVersionRequired, LowerDeviceVersionRequired, CapacityBillingModelRequired, PayAsYouGoBillingModelRequired, DevelopmentBillingModelRequired, AzureADIdentitySystemRequired, ADFSIdentitySystemRequired, ConnectionToInternetRequired, ConnectionToAzureRequired, DisconnectedEnvironmentRequired): Compatibility issue
        • message string: Short error message if any compatibility issues are found
      • description string: Description of the product.
      • displayName string: Name displayed for the product.
      • galleryItemIdentity string: Gallery item identity.
      • iconUris object: Icons for the gallery items.
        • hero string: The hero (815x290) icon relative path.
        • large string: The large (115x115) icon relative path.
        • medium string: The medium (90x90) icon relative path.
        • small string: The small (40x40) icon relative path.
        • wide string: The wide (255x115) icon relative path.
      • offer string: Offer name.
      • offerVersion string: Offer version.
      • payloadLength integer: Size in bytes.
      • productKind string: The kind. E.g. VirtualMachineProductProperties.ProductKind or WebApp, SolutionTemplate.
      • productProperties object: Additional properties of the product
        • version string: The version of the product
      • publisherDisplayName string: Name of publisher.
      • publisherIdentifier string: Publisher identifier.
      • sku string: Product SKU.
    • id string: URI of the resource.
    • location string: Location of the resource
    • name string: Name of the resource.
    • tags object: List of key value pairs.
    • type string: Type of resource.

Definitions

DownloadedProductResourcesPage

  • DownloadedProductResourcesPage object: Holds an array of downloaded products and the URI to the next page.
    • nextLink string: URI to next page.
    • value array: Array of downloaded products.
      • items object: Downloaded product resource.
        • properties object: Properties for aggregate usage.
          • galleryPackageBlobSasUri string: The URI to the .azpkg file that provides information required for showing product in the gallery.
          • legalTerms string: Legal terms for the product.
          • links array: List of product links.
            • items object: Link to a product.
          • privacyPolicy string: Privacy policy of the product.
          • productDetailsProperties object: Product information.
            • computeRole string (values: None, IaaS, PaaS): Compute role type (IaaS or PaaS).
            • isSystemExtension boolean: Specifies if product is a Virtual Machine Extension.
            • sourceBlob object: The URI.
            • supportMultipleExtensions boolean: Indicates if specified product supports multiple extensions.
            • version string: Specifies product version.
            • vmOsType string (values: None, Windows, Linux): Operating system type (Windows or Linux).
            • vmScaleSetEnabled boolean: Indicates if virtual machine Scale Set is enabled in the specified product.
            • dataDiskImages array: List of attached data disks.
            • osDiskImage object: OS disk image.
            • version string: Specifies product version.
          • provisioningState string (values: Stopped, Starting, Running, Stopping, Succeeded, Downloading): The provisioning state of the resource.
          • vmExtensionType string: Extension type of the VM.
          • billingPartNumber string: Billing part number.
          • compatibility object: Product compatibility
            • description string: Full error message if any compatibility issues are found
            • isCompatible boolean: Tells if product is compatible with current device
            • issues array: List of all issues found
            • message string: Short error message if any compatibility issues are found
          • description string: Description of the product.
          • displayName string: Name displayed for the product.
          • galleryItemIdentity string: Gallery item identity.
          • iconUris object: Icons for the gallery items.
            • hero string: The hero (815x290) icon relative path.
            • large string: The large (115x115) icon relative path.
            • medium string: The medium (90x90) icon relative path.
            • small string: The small (40x40) icon relative path.
            • wide string: The wide (255x115) icon relative path.
          • offer string: Offer name.
          • offerVersion string: Offer version.
          • payloadLength integer: Size in bytes.
          • productKind string: The kind. E.g. VirtualMachineProductProperties.ProductKind or WebApp, SolutionTemplate.
          • productProperties object: Additional properties of the product
            • version string: The version of the product
          • publisherDisplayName string: Name of publisher.
          • publisherIdentifier string: Publisher identifier.
          • sku string: Product SKU.
        • id string: URI of the resource.
        • location string: Location of the resource
        • name string: Name of the resource.
        • tags object: List of key value pairs.
        • type string: Type of resource.