Remove-AzureInternalLoadBalancer

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

Remove-AzureInternalLoadBalancer

Deletes the internal load balancer from a deployment configuration.

Syntax

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

Detailed Description

The Remove-AzureInternalLoadbalancer cmdlet deletes an internal load balancer from a deployment configuration and returns the load balancer that it deleted. If any endpoints still refer to the internal load balancer, the remove operation fails. You do not need to get the load balancer configuration object to delete it.

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>

Removes the internal load balancer from the specified cloud service. Enter the name of the cloud service. This parameter is required.

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.Utilities.Common.ManagementOperationContext

Examples

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

Description

-----------

This command deletes the internal load balancer configuration from the ILBInVNet deployment.

PS C:\> Remove-AzureInternalLoadBalancer -ServiceName "ILBInVNet"

Add-AzureInternalLoadBalancer

Get-AzureInternalLoadBalancer

New-AzureInternalLoadBalancer