共用方式為


New-AzGatewayCustomBgpIpConfigurationObject

會建立新的 GatewayCustomBgpIpConfigurationObject。

語法

New-AzGatewayCustomBgpIpConfigurationObject
   -IpConfigurationId <String>
   -CustomBgpIpAddress <String>
   [-DefaultProfile <IAzureContextContainer>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

New-AzGatewayCustomBgpIpConfigurationObject 會建立 GatewayCustomBgpIpConfigurationObject,代表虛擬網路網關聯機中的 GatewayCustomBgpIpAddress 屬性。

範例

範例 1 建立 AzGatewayCustomBgpIpConfigurationObject VirtualNetworkGatewayConnection

$address = New-AzGatewayCustomBgpIpConfigurationObject -IpConfigurationId "/subscriptions/83704d68-d560-4c67-b1c7-12404db89dc3/resourceGroups/khbaheti_PS_testing/providers/Microsoft.Network/virtualNetworkGateways/testGw/ipConfigurations/default" -CustomBgpIpAddress "169.254.21.1"

範例 2 建立 AzGatewayCustomBgpIpConfigurationObject VpnsiteLinkConnection

$vpnGateway = Get-AzVpnGateway -ResourceGroupName PS_testing -Name 196ddf92afae40e4b20edc32dfb48a63-eastus-gw
$address1 = New-AzGatewayCustomBgpIpConfigurationObject -IpConfigurationId "Instance0" -CustomBgpIpAddress "169.254.22.1"
$address2 = New-AzGatewayCustomBgpIpConfigurationObject -IpConfigurationId "Instance1" -CustomBgpIpAddress "169.254.22.3"

上述會建立 IpConfigurationBgpPeeringAddressObject。

參數

-Confirm

執行 Cmdlet 之前先提示您確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-CustomBgpIpAddress

用於連線之 BgpPeeringAddresses 的虛擬網路閘道 CustomBgpIpAddress。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-DefaultProfile

用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-IpConfigurationId

用於連線之 BgpPeeringAddresses 的虛擬網路閘道 IpConfigurationId。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-WhatIf

顯示執行 Cmdlet 後會發生的情況。 未執行 Cmdlet。

類型:SwitchParameter
別名:wi
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

None

輸出

PSGatewayCustomBgpIpConfiguration