@datafire/azure_azsadmin_logicalsubnet

4.0.0 • Public • Published

@datafire/azure_azsadmin_logicalsubnet

Client library for FabricAdminClient

Installation and Usage

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

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

Description

Logical subnet operation endpoints and objects.

Actions

LogicalSubnets_List

Returns a list of all logical subnets.

azure_azsadmin_logicalsubnet.LogicalSubnets_List({
  "subscriptionId": "",
  "resourceGroupName": "",
  "location": "",
  "logicalNetwork": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • resourceGroupName required string: Name of the resource group.
    • location required string: Location of the resource.
    • logicalNetwork required string: Name of the logical network.
    • api-version required string: Client API Version.
    • $filter string: OData filter parameter.

Output

LogicalSubnets_Get

Returns the requested logical subnet.

azure_azsadmin_logicalsubnet.LogicalSubnets_Get({
  "subscriptionId": "",
  "resourceGroupName": "",
  "location": "",
  "logicalNetwork": "",
  "logicalSubnet": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • resourceGroupName required string: Name of the resource group.
    • location required string: Location of the resource.
    • logicalNetwork required string: Name of the logical network.
    • logicalSubnet required string: Name of the logical subnet.
    • api-version required string: Client API Version.

Output

Definitions

LogicalSubnet

  • LogicalSubnet object: This resource represents a logical subnet. A logical subnet is made of a subnet-vlan pair.
    • properties LogicalSubnetModel
    • id string: URI of the resource.
    • location string: The region where the resource is located.
    • name string: Name of the resource.
    • tags object: List of key-value pairs.
    • type string: Type of resource.

LogicalSubnetList

  • LogicalSubnetList object: Pageable list of logical subnets.
    • nextLink string: URI to the next page.
    • value array: List of logical subnets.

LogicalSubnetModel

  • LogicalSubnetModel object: Properties of a logical subnet.
    • ipPools array: All IP pools which belong to this subnet.
      • items string
    • isPublic boolean: The visibility status of the IP pool. If is true the associated pools are public IP address pools.
    • metadata object: Metadata related to the logical network.

Readme

Keywords

none

Package Sidebar

Install

npm i @datafire/azure_azsadmin_logicalsubnet

Weekly Downloads

0

Version

4.0.0

License

MIT

Unpacked Size

15.6 kB

Total Files

4

Last publish

Collaborators

  • datafire