< Back
Remove-AzureRmLoadBalancerFrontendIpConfig
Post
NAME Remove-AzureRmLoadBalancerFrontendIpConfig
SYNOPSIS
Removes a front-end IP configuration from a load balancer.
SYNTAX
Remove-AzureRmLoadBalancerFrontendIpConfig [-DefaultProfile <IAzureContextContainer>] -LoadBalancer <PSLoadBalancer> [-Name <String>]
[<CommonParameters>]
DESCRIPTION
The Remove-AzureRmLoadBalancerFrontendIpConfig cmdlet removes a front-end IP configuration from an Azure load balancer.
PARAMETERS
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-LoadBalancer <PSLoadBalancer>
Specifies the load balancer that contains the front-end IP configuration to remove.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByValue)
Accept wildcard characters? false
-Name <String>
Specifies the name of the front-end IP address configuration to remove.
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 (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
PSLoadBalancer
Parameter 'LoadBalancer' accepts value of type 'PSLoadBalancer' from the pipeline
OUTPUTS
Microsoft.Azure.Commands.Network.Models.PSLoadBalancer
NOTES
Example 1: Remove a front-end IP configuration from a load balancer
PS C:\\>$loadbalancer = Get-AzureRmLoadBalancer -Name "MyLoadBalancer" -ResourceGroupName "MyResourceGroup"
PS C:> Remove-AzureRmLoadBalancerFrontendIpConfig -Name "frontendName" -LoadBalancer $loadbalancer
The first command gets the load balancer that is associated with the front-end IP configuration you want to remove, and then stores it in the
$loadbalancer variable.
The second command removes the associated frontend IP configuration from the load balancer in $loadbalancer.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... ndipconfig
Add-AzureRmLoadBalancerFrontendIpConfig
Get-AzureRmLoadBalancer
Get-AzureRmLoadBalancerFrontendIpConfig
New-AzureRmLoadBalancerFrontendIpConfig
Set-AzureRmLoadBalancerFrontendIpConfig
SYNOPSIS
Removes a front-end IP configuration from a load balancer.
SYNTAX
Remove-AzureRmLoadBalancerFrontendIpConfig [-DefaultProfile <IAzureContextContainer>] -LoadBalancer <PSLoadBalancer> [-Name <String>]
[<CommonParameters>]
DESCRIPTION
The Remove-AzureRmLoadBalancerFrontendIpConfig cmdlet removes a front-end IP configuration from an Azure load balancer.
PARAMETERS
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-LoadBalancer <PSLoadBalancer>
Specifies the load balancer that contains the front-end IP configuration to remove.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByValue)
Accept wildcard characters? false
-Name <String>
Specifies the name of the front-end IP address configuration to remove.
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 (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
PSLoadBalancer
Parameter 'LoadBalancer' accepts value of type 'PSLoadBalancer' from the pipeline
OUTPUTS
Microsoft.Azure.Commands.Network.Models.PSLoadBalancer
NOTES
Example 1: Remove a front-end IP configuration from a load balancer
PS C:\\>$loadbalancer = Get-AzureRmLoadBalancer -Name "MyLoadBalancer" -ResourceGroupName "MyResourceGroup"
PS C:> Remove-AzureRmLoadBalancerFrontendIpConfig -Name "frontendName" -LoadBalancer $loadbalancer
The first command gets the load balancer that is associated with the front-end IP configuration you want to remove, and then stores it in the
$loadbalancer variable.
The second command removes the associated frontend IP configuration from the load balancer in $loadbalancer.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... ndipconfig
Add-AzureRmLoadBalancerFrontendIpConfig
Get-AzureRmLoadBalancer
Get-AzureRmLoadBalancerFrontendIpConfig
New-AzureRmLoadBalancerFrontendIpConfig
Set-AzureRmLoadBalancerFrontendIpConfig