Set-AzApplicationGatewayPrivateLinkConfiguration
Ändert eine PrivateLink-Konfiguration für ein Anwendungsgateway.
Syntax
Set-AzApplicationGatewayPrivateLinkConfiguration
-ApplicationGateway <PSApplicationGateway>
-Name <String>
-IpConfiguration <PSApplicationGatewayPrivateLinkIpConfiguration[]>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Beschreibung
Das Cmdlet Set-AzApplicationGatewayPrivateLinkConfiguration ändert eine privateLink-Konfiguration für ein Azure-Anwendungsgateway.
Beispiele
Beispiel 1: Festlegen einer PrivateLink-Konfiguration
$AppGw = Get-AzApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
$AppGw = Set-AzApplicationGatewayPrivateLinkConfiguration -ApplicationGateway $AppGw -Name "privateLinkConfig01" -IpConfiguration $privateLinkIpConfiguration01
Der erste Befehl ruft das Anwendungsgateway01 ab, das zur Ressourcengruppe "ResourceGroup01" gehört, und speichert es in der variablen $AppGw. Der zweite Befehl legt die privateLink-Konfiguration mit dem Namen privateLinkConfig01 so fest, dass die in $privateLinkIpConfiguration 01 gespeicherte IP-Konfiguration verwendet wird.
Parameter
-ApplicationGateway
ApplicationGateway
Typ: | PSApplicationGateway |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
-DefaultProfile
Anmeldeinformationen, Konto, Mandant und Abonnement für die Kommunikation mit Azure
Typ: | IAzureContextContainer |
Aliase: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-IpConfiguration
Die Liste der ipConfiguration
Typ: | PSApplicationGatewayPrivateLinkIpConfiguration[] |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
-Name
Der Name der privateLink-Konfiguration
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
Eingaben
PSApplicationGatewayPrivateLinkIpConfiguration[]
Ausgaben
Ähnliche Themen
Azure PowerShell