< Back

Remove-AzureRmApplicationGatewayAuthenticationCertificate

Tue Jan 29, 2019 9:56 pm

NAME Remove-AzureRmApplicationGatewayAuthenticationCertificate



SYNOPSIS

Removes an authentication certificate from an application gateway.





SYNTAX

Remove-AzureRmApplicationGatewayAuthenticationCertificate -ApplicationGateway <PSApplicationGateway> [-DefaultProfile <IAzureContextContainer>]

-Name <String> [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

The Remove-AzureRmApplicationGatewayAuthenticationCertificate cmdlet removes an authentication certificate from an Azure application gateway.





PARAMETERS

-ApplicationGateway <PSApplicationGateway>

Specifies the name of application gateway from which this cmdlet removes an authentication certificate.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-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



-Name <String>

Specifies the name of the authentication certificate that this cmdlet removes.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

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

System.String







OUTPUTS

Microsoft.Azure.Commands.Network.Models.PSApplicationGateway







NOTES





* Keywords: azure, azurerm, arm, resource, management, manager, network, networking



1:















RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... ertificate

Add-AzureRmApplicationGatewayAuthenticationCertificate

Get-AzureRmApplicationGatewayAuthenticationCertificate

New-AzureRmApplicationGatewayAuthenticationCertificate

Set-AzureRmApplicationGatewayAuthenticationCertificate