4.0.0 • Published 5 years ago
@datafire/azure_azsadmin_slbmuxinstance v4.0.0
@datafire/azure_azsadmin_slbmuxinstance
Client library for FabricAdminClient
Installation and Usage
npm install --save @datafire/azure_azsadmin_slbmuxinstance
let azure_azsadmin_slbmuxinstance = require('@datafire/azure_azsadmin_slbmuxinstance').create({
access_token: "",
refresh_token: "",
client_id: "",
client_secret: "",
redirect_uri: ""
});
.then(data => {
console.log(data);
});
Description
Software load balancer multiplexer operation endpoints and objects.
Actions
SlbMuxInstances_List
Returns a list of all software load balancer instances at a location.
azure_azsadmin_slbmuxinstance.SlbMuxInstances_List({
"subscriptionId": "",
"resourceGroupName": "",
"location": "",
"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. - api-version required
string
: Client API Version. - $filter
string
: OData filter parameter.
- subscriptionId required
Output
- output SlbMuxInstanceList
SlbMuxInstances_Get
Returns the requested software load balancer multiplexer instance.
azure_azsadmin_slbmuxinstance.SlbMuxInstances_Get({
"subscriptionId": "",
"resourceGroupName": "",
"location": "",
"slbMuxInstance": "",
"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. - slbMuxInstance required
string
: Name of a SLB MUX instance. - api-version required
string
: Client API Version.
- subscriptionId required
Output
- output SlbMuxInstance
Definitions
SlbMuxInstance
- SlbMuxInstance
object
: This resource represents an SLB MUX (software load balancing multiplexer, which distributes the tenant and tenant customer network traffic).- properties SlbMuxInstanceModel
- 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.
SlbMuxInstanceList
- SlbMuxInstanceList
object
: A pageable list of SLB MUX instances.- nextLink
string
: URI to the next page. - value
array
: List of SLB MUX instances.- items SlbMuxInstance
- nextLink
SlbMuxInstanceModel
- SlbMuxInstanceModel
object
: Properties of a SLB MUX.- bgpPeers
array
: List of BGP peers.- items
string
- items
- configurationState
string
: Configuration state. - virtualServer
string
: Virtual server.
- bgpPeers