3.0.0 • Published 5 years ago
@datafire/azure_network_servicetags v3.0.0
@datafire/azure_network_servicetags
Client library for NetworkManagementClient
Installation and Usage
npm install --save @datafire/azure_network_servicetags
let azure_network_servicetags = require('@datafire/azure_network_servicetags').create({
access_token: "",
refresh_token: "",
client_id: "",
client_secret: "",
redirect_uri: ""
});
.then(data => {
console.log(data);
});
Description
The Microsoft Azure Network management API provides a RESTful set of web services that interact with Microsoft Azure Networks service to manage your network resources. The API has entities that capture the relationship between an end user and the Microsoft Azure Networks service.
Actions
ServiceTags_List
Gets a list of service tag information resources.
azure_network_servicetags.ServiceTags_List({
"location": "",
"api-version": "",
"subscriptionId": ""
}, context)
Input
- input
object
- location required
string
: The location that will be used as a reference for version (not as a filter based on location, you will get the list of service tags with prefix details across all regions but limited to the cloud that your subscription belongs to). - api-version required
string
: Client API version. - subscriptionId required
string
: The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
- location required
Output
- output ServiceTagsListResult
Definitions
ServiceTagInformation
- ServiceTagInformation
object
: The service tag information.- id
string
: The ID of service tag. - name
string
: The name of service tag. - properties ServiceTagInformationPropertiesFormat
- id
ServiceTagInformationPropertiesFormat
- ServiceTagInformationPropertiesFormat
object
: Properties of the service tag information.- addressPrefixes
array
: The list of IP address prefixes.- items
string
- items
- changeNumber
string
: The iteration number of service tag. - region
string
: The region of service tag. - systemService
string
: The name of system service.
- addressPrefixes
ServiceTagsListResult
- ServiceTagsListResult
object
: Response for the ListServiceTags API service call.- changeNumber
string
: The iteration number. - cloud
string
: The name of the cloud. - id
string
: The ID of the cloud. - name
string
: The name of the cloud. - type
string
: The azure resource type. - values
array
: The list of service tag information resources.- items ServiceTagInformation
- changeNumber
3.0.0
5 years ago