Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Set-AzApplicationGatewayPrivateLinkConfiguration

Modifies an PrivateLink Configuration for an application gateway.

Syntax

Default (Default)

Set-AzApplicationGatewayPrivateLinkConfiguration
 -ApplicationGateway <PSApplicationGateway>
 -Name <String>
 -IpConfiguration <PSApplicationGatewayPrivateLinkIpConfiguration[]>
 [-DefaultProfile <IAzureContextContainer>]
 [<CommonParameters>]

Description

The Set-AzApplicationGatewayPrivateLinkConfiguration cmdlet modifies an privateLink configuration for an Azure application gateway.

Examples

Example 1: Set a PrivateLink Configuration

$AppGw = Get-AzApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
$AppGw = Set-AzApplicationGatewayPrivateLinkConfiguration -ApplicationGateway $AppGw -Name "privateLinkConfig01" -IpConfiguration $privateLinkIpConfiguration01

The first command gets the application gateway named ApplicationGateway01 that belongs to the resource group named ResourceGroup01 and stores it in the $AppGw variable. The second command sets the privateLink configuration with name privateLinkConfig01 to use the ip configuration stored in $privateLinkIpConfiguration01

Parameters

-ApplicationGateway

The applicationGateway

Parameter properties

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

Parameter sets

-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

-IpConfiguration

The list of ipConfiguration

Parameter properties

Type:

PSApplicationGatewayPrivateLinkIpConfiguration[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-Name

The name of the privateLink configuration

Parameter properties

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

Parameter sets

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

PSApplicationGateway

PSApplicationGatewayPrivateLinkIpConfiguration

Outputs

PSApplicationGateway

Related Links


Feedback

Was this page helpful?