Get-AzureInternalLoadBalancer

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Get-AzureInternalLoadBalancer

Gets the internal load balancer configuration of a deployment.

Syntax

Parameter Set: Default
Get-AzureInternalLoadBalancer [-ServiceName] <String> [ <CommonParameters>]

Detailed Description

The Get-AzureInternalLoadBalancer cmdlet gets the internal load balancer configuration of a deployment.

For more information about internal load balancing, see "Load Balancing for Azure Infrastructure Services" (https://azure.microsoft.com/en-us/documentation/articles/load-balance-virtual-machines) and "Internal load balancing" (https://msdn.microsoft.com/en-us/library/azure/dn690121.aspx,) in the MSDN library and "Internal Load Balancing" (https://azure.microsoft.com/blog/2014/05/20/internal-load-balancing/) in the Microsoft Azure Blog.

Parameters

-ServiceName<String>

Identifies the service that includes the internal load balancer. This parameter is required, but you can pipe a service from Get-AzureService to Get-AzureInternalLoadBalancer.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see  about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Microsoft.WindowsAzure.Commands.ServiceManagement.Model.InternalLoadBalancerContext

Examples

-------------------------- EXAMPLE 1 --------------------------

Description

-----------

This command gets the internal load balancer configuration of the ILBINVNet deployment. It uses the ServiceName parameter to specify the virtual network.

PS C:\> Get-AzureInternalLoadBalancer -ServiceName ILBINVNet

-------------------------- EXAMPLE 2 --------------------------

Description

-----------

This command gets the internal load balancer configuration of the ILBINVNet deployment. It uses the Get-AzureService cmdlet to get the ILBINVNet virtual network and then it pipes the virtual network to the Get-AzureInternalLoadBalancer cmdlet.

PS C:\> Get-AzureService -ServiceName ILBINVNet | Get-AzureInternalLoadBalancer

Add-AzureInternalLoadBalancer

Remove-AzureInternalLoadBalancer

New-AzureInternalLoadBalancer