Client library for NetworkManagementClient
npm install --save @datafire/azure_network_endpointservice
let azure_network_endpointservice = require('@datafire/azure_network_endpointservice').create({
access_token: "",
refresh_token: "",
client_id: "",
client_secret: "",
redirect_uri: ""
});
.then(data => {
console.log(data);
});
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.
List what values of endpoint services are available for use.
azure_network_endpointservice.AvailableEndpointServices_List({
"location": "",
"api-version": "",
"subscriptionId": ""
}, context)
object
string
: The location to check available endpoint services.string
: Client API version.string
: The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.object
: Endpoint service.string
: Name of the endpoint service.string
: Type of the endpoint service.string
: Resource ID.object
: Response for the ListAvailableEndpointServices API service call.string
: The URL to get the next set of results.array
: List of available endpoint services in a region.Version | Tag | Published |
---|---|---|
5.0.0 | latest | 2yrs ago |