Remove-AzureLoadBalancerProbeConfig

Remove-AzureLoadBalancerProbeConfig

Removes a probe configuration from a load balancer.

Syntax

Parameter Set: Default
Remove-AzureLoadBalancerProbeConfig -LoadBalancer <PSLoadBalancer> [-Name <String> ] [-Profile <AzureProfile> ] [ <CommonParameters>]

Detailed Description

The Remove-AzureLoadBalancerProbeConfig cmdlet removes a probe configuration from a load balancer.

Parameters

-LoadBalancer<PSLoadBalancer>

Specifies the load balancer that contains the probe configuration to remove.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

true(ByValue)

Accept Wildcard Characters?

false

-Name<String>

Specifies the name of the probe configuration to remove.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Profile<AzureProfile>

Specifies an Azure profile.

Aliases

none

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, -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.

Add-AzureLoadBalancerProbeConfig

Get-AzureLoadBalancerProbeConfig

New-AzureLoadBalancerProbeConfig

Set-AzureLoadBalancerProbeConfig