< Back

Remove-AzureInternalLoadBalancer

Wed Jan 30, 2019 5:50 pm

NAME Remove-AzureInternalLoadBalancer



SYNOPSIS

Removes an internal load balancer configuration.





SYNTAX

Remove-AzureInternalLoadBalancer [-ServiceName] <String> [-Profile <AzureSMProfile>] [-InformationAction <ActionPreference>] [-InformationVariable

<String>] [<CommonParameters>]





DESCRIPTION

The Remove-AzureInternalLoadBalancer cmdlet removes the internal load balancer configuration from an Azure service. If any endpoint currently refers to

the internal load balancer, this cmdlet cannot remove the configuration.





PARAMETERS

-ServiceName <String>

Specifies the name of the service from which this cmdlet removes an internal load balancer.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Profile <AzureSMProfile>

Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-InformationAction <ActionPreference>





Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-InformationVariable <String>





Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

Microsoft.WindowsAzure.Commands.Utilities.Common.ManagementOperationContext







NOTES









-------------------------- Example 1: Remove an internal load balancer configuration --------------------------



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



This command removes the internal load balancer configuration for the service named ContosoService.



RELATED LINKS

Add-AzureInternalLoadBalancer

Get-AzureInternalLoadBalancer

New-AzureInternalLoadBalancerConfig

Set-AzureInternalLoadBalancer