< Back
Remove-AzureRmApplicationGatewaySslCertificate
Post
NAME Remove-AzureRmApplicationGatewaySslCertificate
SYNOPSIS
Removes an SSL certificate from an Azure application gateway.
SYNTAX
Remove-AzureRmApplicationGatewaySslCertificate -ApplicationGateway <PSApplicationGateway> [-DefaultProfile <IAzureContextContainer>] -Name
<String> [<CommonParameters>]
DESCRIPTION
The Remove-AzureRmApplicationGatewaySslCertificate cmdlet removes a Secure Sockets Layer (SSL) certificate from an Azure application gateway.
PARAMETERS
-ApplicationGateway <PSApplicationGateway>
Specifies the application gateway from which this cmdlet removes an SSL 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 an SSL certificate that this cmdlet removes.
Required? true
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
System.String
OUTPUTS
Microsoft.Azure.Commands.Network.Models.PSApplicationGateway
NOTES
Example 1: Remove an SSL certificate from an application gateway
PS C:\\>$AppGW = Get-AzureRmApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
PS C:\\> Remove-AzureRmApplicationGatewaySslCertificate -ApplicationGateway $AppGW -Name "Cert02"
The first command gets the application gateway named ApplicationGateway01 and stores the result in the variable named $AppGW.
The second command removes the SSL certificate named Cert02 from the application gateway stored in the $AppGW variable.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... ertificate
Add-AzureRmApplicationGatewaySslCertificate
Get-AzureRmApplicationGatewaySslCertificate
New-AzureRmApplicationGatewaySslCertificate
Set-AzureRmApplicationGatewaySslCertificate
SYNOPSIS
Removes an SSL certificate from an Azure application gateway.
SYNTAX
Remove-AzureRmApplicationGatewaySslCertificate -ApplicationGateway <PSApplicationGateway> [-DefaultProfile <IAzureContextContainer>] -Name
<String> [<CommonParameters>]
DESCRIPTION
The Remove-AzureRmApplicationGatewaySslCertificate cmdlet removes a Secure Sockets Layer (SSL) certificate from an Azure application gateway.
PARAMETERS
-ApplicationGateway <PSApplicationGateway>
Specifies the application gateway from which this cmdlet removes an SSL 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 an SSL certificate that this cmdlet removes.
Required? true
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
System.String
OUTPUTS
Microsoft.Azure.Commands.Network.Models.PSApplicationGateway
NOTES
Example 1: Remove an SSL certificate from an application gateway
PS C:\\>$AppGW = Get-AzureRmApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
PS C:\\> Remove-AzureRmApplicationGatewaySslCertificate -ApplicationGateway $AppGW -Name "Cert02"
The first command gets the application gateway named ApplicationGateway01 and stores the result in the variable named $AppGW.
The second command removes the SSL certificate named Cert02 from the application gateway stored in the $AppGW variable.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... ertificate
Add-AzureRmApplicationGatewaySslCertificate
Get-AzureRmApplicationGatewaySslCertificate
New-AzureRmApplicationGatewaySslCertificate
Set-AzureRmApplicationGatewaySslCertificate