Edit

Share via


Get-AzApplicationGatewayAvailableServerVariableAndHeader

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

Syntax

Default (Default)

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.

Parameter properties

Type:IAzureContextContainer
Default value:None
Supports wildcards:False
DontShow:False
Aliases:AzContext, AzureRmContext, AzureCredential

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-RequestHeader

Application Gateway available request headers.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ResponseHeader

Application Gateway available response headers.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ServerVariable

Application Gateway available server variables.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

PSApplicationGatewayAvailableServerVariableAndRequestHeaderResult

Notes

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