Get-AzApplicationGatewayAvailableServerVariableAndHeader
Get the supported server variables and available request and response headers.
Note
This is the previous version of our documentation. Please consult the most recent version for up-to-date information.
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
PS C:\>Get-AzApplicationGatewayAvailableServerVariableAndHeader -ServerVariable
This commands returns all the available server variables.
Example 2
PS C:\>Get-AzApplicationGatewayAvailableServerVariableAndHeader -RequestHeader
This commands returns all the available request headers.
Example 3
PS C:\>Get-AzApplicationGatewayAvailableServerVariableAndHeader -ResponseHeader
This commands returns all the available response headers.
Example 4
PS C:\>Get-AzApplicationGatewayAvailableServerVariableAndHeader - ServerVariable -RequestHeader -ResponseHeader
This commands returns all the available server variables, request and response headers.
Example 5
PS C:\>Get-AzApplicationGatewayAvailableServerVariableAndHeader
This commands returns all the available server variables, request and response headers.
Parameters
The credentials, account, tenant, and subscription used for communication with Azure.
| Type: | IAzureContextContainer |
| Aliases: | AzContext, AzureRmContext, AzureCredential |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Application Gateway available request headers.
| Type: | SwitchParameter |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Application Gateway available response headers.
| Type: | SwitchParameter |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Application Gateway available server variables.
| Type: | SwitchParameter |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Inputs
None
Outputs
PSApplicationGatewayAvailableServerVariableAndRequestHeaderResult
Notes
List-AzApplicationGatewayAvailableServerVariableAndHeader is an alias for the Get-AzApplicationGatewayAvailableServerVariableAndHeader cmdlet.