Get-AzApplicationGatewayAvailableServerVariableAndHeader

Get the supported server variables and available request and response headers.

Syntax

Get-AzApplicationGatewayAvailableServerVariableAndHeader
   [-DefaultProfile <IAzureContextContainer>]
   [-ServerVariable]
   [-RequestHeader]
   [-ResponseHeader]
   [<CommonParameters>]

Description

The Get-AzApplicationGatewayAvailableServerVariableAndHeader cmdlet gets the supported server variables and available request and response headers. Parameters can be used to get the variables or headers lists.

Examples

Example 1

Get-AzApplicationGatewayAvailableServerVariableAndHeader -ServerVariable

This commands returns all the available server variables.

Example 2

Get-AzApplicationGatewayAvailableServerVariableAndHeader -RequestHeader

This commands returns all the available request headers.

Example 3

Get-AzApplicationGatewayAvailableServerVariableAndHeader -ResponseHeader

This commands returns all the available response headers.

Example 4

Get-AzApplicationGatewayAvailableServerVariableAndHeader -ServerVariable -RequestHeader -ResponseHeader

This commands returns all the available server variables, request and response headers.

Example 5

Get-AzApplicationGatewayAvailableServerVariableAndHeader

This commands returns all the available server variables, request and response headers.

Parameters

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with Azure.

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-RequestHeader

Application Gateway available request headers.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ResponseHeader

Application Gateway available response headers.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ServerVariable

Application Gateway available server variables.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

PSApplicationGatewayAvailableServerVariableAndRequestHeaderResult

Notes

List-AzApplicationGatewayAvailableServerVariableAndHeader is an alias for the Get-AzApplicationGatewayAvailableServerVariableAndHeader cmdlet.