Skip to main content

slb_mux_instances

Creates, updates, deletes, gets or lists a slb_mux_instances resource.

Overview

Nameslb_mux_instances
TypeResource
Idazure_stack.fabric_admin.slb_mux_instances

Fields

NameDatatypeDescription
idtextURI of the resource.
nametextName of the resource.
bgp_peerstextfield from the properties object
configuration_statetextfield from the properties object
locationtextThe region where the resource is located.
resourceGroupNametextfield from the properties object
slbMuxInstancetextfield from the properties object
subscriptionIdtextfield from the properties object
tagstextList of key-value pairs.
typetextType of resource.
virtual_servertextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocation, resourceGroupName, slbMuxInstance, subscriptionIdReturns the requested software load balancer multiplexer instance.
listSELECTlocation, resourceGroupName, subscriptionIdReturns a list of all software load balancer instances at a location.

SELECT examples

Returns a list of all software load balancer instances at a location.

SELECT
id,
name,
bgp_peers,
configuration_state,
location,
resourceGroupName,
slbMuxInstance,
subscriptionId,
tags,
type,
virtual_server
FROM azure_stack.fabric_admin.vw_slb_mux_instances
WHERE location = '{{ location }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';