@datafire/azure_azsadmin_loadbalancers

3.0.0 • Public • Published

@datafire/azure_azsadmin_loadbalancers

Client library for NetworkAdminManagementClient

Installation and Usage

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

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

Description

Load balancer admin operation endpoints and objects.

Actions

LoadBalancers_List

Get a list of all load balancers.

azure_azsadmin_loadbalancers.LoadBalancers_List({
  "subscriptionId": "",
  "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.
    • api-version required string: Client API Version.
    • $filter string: OData filter parameter.
    • $orderBy string: OData orderBy parameter.
    • $top string: OData top parameter.
    • $skip string: OData skip parameter.
    • $inlineCount string: OData inline count parameter.

Output

Definitions

LoadBalancer

  • LoadBalancer object: Representation of a load balancer.
    • properties LoadBalancerProperty
    • id string: URI of the resource.
    • location string: Region location of resource.
    • name string: Name of the resource.
    • tags object: List of key value pairs.
    • type string: Type of resource.

LoadBalancerList

  • LoadBalancerList object: Pageable list of load balancers.
    • nextLink string: URI to the next page.
    • value array: List of load balancers for this page.

LoadBalancerProperty

  • LoadBalancerProperty object: Properties of a load balancer.
    • publicIpAddresses array: List of public IP addresses.
      • items string
    • provisioningState string: The provisioning state.
    • subscriptionId string: The subscription ID.
    • tenantResourceUri string: The tenant resource URI.

Readme

Keywords

none

Package Sidebar

Install

npm i @datafire/azure_azsadmin_loadbalancers

Weekly Downloads

1

Version

3.0.0

License

MIT

Unpacked Size

11.3 kB

Total Files

4

Last publish

Collaborators

  • datafire