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_servicebus_servicebus_preview

v3.0.0

Published

DataFire integration for ServiceBusManagementClient

Downloads

3

Readme

@datafire/azure_servicebus_servicebus_preview

Client library for ServiceBusManagementClient

Installation and Usage

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

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

Description

Azure Service Bus client for managing Namespace, IPFilter Rules, VirtualNetworkRules and Zone Redundant

Actions

Operations_List

Lists all of the available ServiceBus REST API operations.

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

Input

  • input object
    • api-version required string: Client API version.

Output

Namespaces_List

Gets all the available namespaces within the subscription, irrespective of the resource groups.

azure_servicebus_servicebus_preview.Namespaces_List({
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • api-version required string: Client API version.
    • subscriptionId required string: Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Output

Namespaces_ListByResourceGroup

Gets the available namespaces within a resource group.

azure_servicebus_servicebus_preview.Namespaces_ListByResourceGroup({
  "resourceGroupName": "",
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.
    • api-version required string: Client API version.
    • subscriptionId required string: Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Output

Namespaces_Delete

Deletes an existing namespace. This operation also removes all associated resources under the namespace.

azure_servicebus_servicebus_preview.Namespaces_Delete({
  "resourceGroupName": "",
  "namespaceName": "",
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.
    • namespaceName required string: The namespace name
    • api-version required string: Client API version.
    • subscriptionId required string: Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Output

Output schema unknown

Namespaces_Get

Gets a description for the specified namespace.

azure_servicebus_servicebus_preview.Namespaces_Get({
  "resourceGroupName": "",
  "namespaceName": "",
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.
    • namespaceName required string: The namespace name
    • api-version required string: Client API version.
    • subscriptionId required string: Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Output

Namespaces_Update

Updates a service namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent.

azure_servicebus_servicebus_preview.Namespaces_Update({
  "resourceGroupName": "",
  "namespaceName": "",
  "parameters": null,
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.
    • namespaceName required string: The namespace name
    • parameters required SBNamespaceUpdateParameters
    • api-version required string: Client API version.
    • subscriptionId required string: Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Output

Namespaces_CreateOrUpdate

Creates or updates a service namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent.

azure_servicebus_servicebus_preview.Namespaces_CreateOrUpdate({
  "resourceGroupName": "",
  "namespaceName": "",
  "parameters": null,
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.
    • namespaceName required string: The namespace name.
    • parameters required SBNamespace
    • api-version required string: Client API version.
    • subscriptionId required string: Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Output

Namespaces_ListIpFilterRules

Gets a list of IP Filter rules for a Namespace.

azure_servicebus_servicebus_preview.Namespaces_ListIpFilterRules({
  "resourceGroupName": "",
  "namespaceName": "",
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.
    • namespaceName required string: The namespace name
    • api-version required string: Client API version.
    • subscriptionId required string: Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Output

Namespaces_DeleteIpFilterRule

Deletes an IpFilterRule for a Namespace.

azure_servicebus_servicebus_preview.Namespaces_DeleteIpFilterRule({
  "resourceGroupName": "",
  "namespaceName": "",
  "ipFilterRuleName": "",
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.
    • namespaceName required string: The namespace name
    • ipFilterRuleName required string: The IP Filter Rule name.
    • api-version required string: Client API version.
    • subscriptionId required string: Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Output

Output schema unknown

Namespaces_GetIpFilterRule

Gets an IpFilterRule for a Namespace by rule name.

azure_servicebus_servicebus_preview.Namespaces_GetIpFilterRule({
  "resourceGroupName": "",
  "namespaceName": "",
  "ipFilterRuleName": "",
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.
    • namespaceName required string: The namespace name
    • ipFilterRuleName required string: The IP Filter Rule name.
    • api-version required string: Client API version.
    • subscriptionId required string: Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Output

Namespaces_CreateOrUpdateIpFilterRule

Creates or updates an IpFilterRule for a Namespace.

azure_servicebus_servicebus_preview.Namespaces_CreateOrUpdateIpFilterRule({
  "resourceGroupName": "",
  "namespaceName": "",
  "ipFilterRuleName": "",
  "parameters": null,
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.
    • namespaceName required string: The namespace name
    • ipFilterRuleName required string: The IP Filter Rule name.
    • parameters required IpFilterRule
    • api-version required string: Client API version.
    • subscriptionId required string: Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Output

Namespaces_GetNetworkRuleSet

Gets NetworkRuleSet for a Namespace.

azure_servicebus_servicebus_preview.Namespaces_GetNetworkRuleSet({
  "resourceGroupName": "",
  "namespaceName": "",
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.
    • namespaceName required string: The namespace name
    • api-version required string: Client API version.
    • subscriptionId required string: Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Output

Namespaces_CreateOrUpdateNetworkRuleSet

Gets NetworkRuleSet for a Namespace.

azure_servicebus_servicebus_preview.Namespaces_CreateOrUpdateNetworkRuleSet({
  "resourceGroupName": "",
  "namespaceName": "",
  "api-version": "",
  "subscriptionId": "",
  "parameters": null
}, context)

Input

  • input object
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.
    • namespaceName required string: The namespace name
    • api-version required string: Client API version.
    • subscriptionId required string: Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • parameters required NetworkRuleSet

Output

Namespaces_ListVirtualNetworkRules

Gets a list of VirtualNetwork rules for a Namespace.

azure_servicebus_servicebus_preview.Namespaces_ListVirtualNetworkRules({
  "resourceGroupName": "",
  "namespaceName": "",
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.
    • namespaceName required string: The namespace name
    • api-version required string: Client API version.
    • subscriptionId required string: Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Output

Namespaces_DeleteVirtualNetworkRule

Deletes an VirtualNetworkRule for a Namespace.

azure_servicebus_servicebus_preview.Namespaces_DeleteVirtualNetworkRule({
  "resourceGroupName": "",
  "namespaceName": "",
  "virtualNetworkRuleName": "",
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.
    • namespaceName required string: The namespace name
    • virtualNetworkRuleName required string: The Virtual Network Rule name.
    • api-version required string: Client API version.
    • subscriptionId required string: Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Output

Output schema unknown

Namespaces_GetVirtualNetworkRule

Gets an VirtualNetworkRule for a Namespace by rule name.

azure_servicebus_servicebus_preview.Namespaces_GetVirtualNetworkRule({
  "resourceGroupName": "",
  "namespaceName": "",
  "virtualNetworkRuleName": "",
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.
    • namespaceName required string: The namespace name
    • virtualNetworkRuleName required string: The Virtual Network Rule name.
    • api-version required string: Client API version.
    • subscriptionId required string: Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Output

Namespaces_CreateOrUpdateVirtualNetworkRule

Creates or updates an VirtualNetworkRule for a Namespace.

azure_servicebus_servicebus_preview.Namespaces_CreateOrUpdateVirtualNetworkRule({
  "resourceGroupName": "",
  "namespaceName": "",
  "virtualNetworkRuleName": "",
  "parameters": null,
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • resourceGroupName required string: Name of the Resource group within the Azure subscription.
    • namespaceName required string: The namespace name
    • virtualNetworkRuleName required string: The Virtual Network Rule name.
    • parameters required VirtualNetworkRule
    • api-version required string: Client API version.
    • subscriptionId required string: Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Output

Definitions

Encryption

  • Encryption object: Properties to configure Encryption
    • keySource string (values: Microsoft.KeyVault): Enumerates the possible value of keySource for Encryption
    • keyVaultProperties KeyVaultProperties

ErrorResponse

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

Identity

  • Identity object: Properties to configure Identity for Bring your Own Keys
    • principalId string: ObjectId from the KeyVault
    • tenantId string: TenantId from the KeyVault
    • type string (values: SystemAssigned): Enumerates the possible value Identity type, which currently supports only 'SystemAssigned'

IpFilterRule

  • IpFilterRule object: Single item in a List or Get IpFilterRules operation
    • properties object: Properties supplied to create or update IpFilterRules
      • action string (values: Accept, Reject): The IP Filter Action
      • filterName string: IP Filter name
      • ipMask string: IP Mask
    • id string: Resource Id
    • name string: Resource name
    • type string: Resource type

IpFilterRuleListResult

  • IpFilterRuleListResult object: The response from the List namespace operation.
    • nextLink string: Link to the next set of results. Not empty if Value contains an incomplete list of IpFilter Rules
    • value array: Result of the List IpFilter Rules operation.

KeyVaultProperties

  • KeyVaultProperties object: Properties to configure keyVault Properties
    • keyName string: Name of the Key from KeyVault
    • keyVaultUri string: Uri of KeyVault

NWRuleSetIpRules

  • NWRuleSetIpRules object: The response from the List namespace operation.
    • action string (values: Allow): The IP Filter Action
    • ipMask string: IP Mask

NWRuleSetVirtualNetworkRules

  • NWRuleSetVirtualNetworkRules object: The response from the List namespace operation.
    • ignoreMissingVnetServiceEndpoint boolean: Value that indicates whether to ignore missing Vnet Service Endpoint
    • subnet Subnet

NetworkRuleSet

  • NetworkRuleSet object: Description of topic resource.
    • properties object: NetworkRuleSet properties
    • id string: Resource Id
    • name string: Resource name
    • type string: Resource type

Operation

  • Operation object: A ServiceBus REST API operation
    • display object: The object that represents the operation.
      • operation string: Operation type: Read, write, delete, etc.
      • provider string: Service provider: Microsoft.ServiceBus
      • resource string: Resource on which the operation is performed: Invoice, etc.
    • name string: Operation name: {provider}/{resource}/{operation}

OperationListResult

  • OperationListResult object: Result of the request to list ServiceBus 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 ServiceBus operations supported by the Microsoft.ServiceBus resource provider.

Resource

  • Resource object: The Resource definition for other than namespace.
    • id string: Resource Id
    • name string: Resource name
    • type string: Resource type

ResourceNamespacePatch

  • ResourceNamespacePatch object: The Resource definition.
    • location string: Resource location
    • tags object: Resource tags
    • id string: Resource Id
    • name string: Resource name
    • type string: Resource type

SBNamespace

  • SBNamespace object: Description of a namespace resource.
    • properties SBNamespaceProperties
    • sku SBSku
    • location required string: The Geo-location where the resource lives
    • tags object: Resource tags
    • id string: Resource Id
    • name string: Resource name
    • type string: Resource type

SBNamespaceListResult

  • SBNamespaceListResult object: The response of the List Namespace operation.
    • nextLink string: Link to the next set of results. Not empty if Value contains incomplete list of Namespaces.
    • value array: Result of the List Namespace operation.

SBNamespaceProperties

  • SBNamespaceProperties object: Properties of the namespace.
    • createdAt string: The time the namespace was created.
    • encryption Encryption
    • identity Identity
    • metricId string: Identifier for Azure Insights metrics
    • provisioningState string: Provisioning state of the namespace.
    • serviceBusEndpoint string: Endpoint you can use to perform Service Bus operations.
    • updatedAt string: The time the namespace was updated.
    • zoneRedundant boolean: Enabling this property creates a Premium Service Bus Namespace in regions supported availability zones.

SBNamespaceUpdateParameters

  • SBNamespaceUpdateParameters object: Description of a namespace resource.
    • properties SBNamespaceProperties
    • sku SBSku
    • location string: Resource location
    • tags object: Resource tags
    • id string: Resource Id
    • name string: Resource name
    • type string: Resource type

SBSku

  • SBSku object: SKU of the namespace.
    • capacity integer: The specified messaging units for the tier. For Premium tier, capacity are 1,2 and 4.
    • name required string (values: Basic, Standard, Premium): Name of this SKU.
    • tier string (values: Basic, Standard, Premium): The billing tier of this particular SKU.

Subnet

  • Subnet object: Properties supplied for Subnet
    • id string: Resource ID of Virtual Network Subnet

TrackedResource

  • TrackedResource object: The Resource definition.
    • location required string: The Geo-location where the resource lives
    • tags object: Resource tags
    • id string: Resource Id
    • name string: Resource name
    • type string: Resource type

VirtualNetworkRule

  • VirtualNetworkRule object: Single item in a List or Get VirtualNetworkRules operation
    • properties object: Properties supplied to create or update VirtualNetworkRules
      • virtualNetworkSubnetId string: Resource ID of Virtual Network Subnet
    • id string: Resource Id
    • name string: Resource name
    • type string: Resource type

VirtualNetworkRuleListResult

  • VirtualNetworkRuleListResult object: The response from the List namespace operation.
    • nextLink string: Link to the next set of results. Not empty if Value contains an incomplete list of VirtualNetwork Rules
    • value array: Result of the List VirtualNetwork Rules operation.