< Back

Remove-AzureRmApplicationGatewaySslPolicy

Tue Jan 29, 2019 9:56 pm

NAME Remove-AzureRmApplicationGatewaySslPolicy



SYNOPSIS

Removes an SSL policy from an Azure application gateway.





SYNTAX

Remove-AzureRmApplicationGatewaySslPolicy -ApplicationGateway <PSApplicationGateway> [-DefaultProfile <IAzureContextContainer>] [-Force]

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





DESCRIPTION

The Remove-AzureRmApplicationGatewaySslPolicy cmdlet removes SSL policy from an Azure application gateway.





PARAMETERS

-ApplicationGateway <PSApplicationGateway>

Specifies the application gateway from which this cmdlet removes SSL policy.



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



-Force [<SwitchParameter>]

Do not ask for confirmation.



Required? false

Position? named

Default value False

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



Example 1: Remove an SSL policy from an application gateway



PS C:\\>$AppGW = Get-AzureRmApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"

PS C:\\> $AppGW = Remove-AzureRmApplicationGatewaySslPolicy -ApplicationGateway $AppGW



This command removes the SSL policy from the application gateway named ApplicationGateway01.







RELATED LINKS

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

Set-AzureRmApplicationGatewaySslPolicy

New-AzureRmApplicationGatewaySslPolicy

Get-AzureRmApplicationGatewaySslPolicy