New-AzGatewayCustomBgpIpConfigurationObject

yeni bir GatewayCustomBgpIpConfigurationObject oluşturur.

Sözdizimi

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

Description

New-AzGatewayCustomBgpIpConfigurationObject, sanal ağ geçidi bağlantınızda GatewayCustomBgpIpAddress özelliğini temsil eden bir GatewayCustomBgpIpConfigurationObject oluşturur.

Örnekler

Örnek 1 AzGatewayCustomBgpIpConfigurationObject VirtualNetworkGatewayConnection Oluşturma

$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"

Örnek 2 AzGatewayCustomBgpIpConfigurationObject VpnsiteLinkConnection Oluşturma

$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"

Yukarıdaki bir IpConfigurationBgpPeeringAddressObject oluşturur.

Parametreler

-Confirm

Cmdlet'i çalıştırmadan önce sizden onay ister.

Tür:SwitchParameter
Diğer adlar:cf
Position:Named
Default value:None
Gerekli:False
İşlem hattı girişini kabul et:False
Joker karakterleri kabul et:False

-CustomBgpIpAddress

Bağlantıda kullanılan BgpPeeringAddresses için CustomBgpIpAddress sanal ağ geçidi.

Tür:String
Position:Named
Default value:None
Gerekli:True
İşlem hattı girişini kabul et:False
Joker karakterleri kabul et:False

-DefaultProfile

Azure ile iletişim için kullanılan kimlik bilgileri, hesap, kiracı ve abonelik.

Tür:IAzureContextContainer
Diğer adlar:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Gerekli:False
İşlem hattı girişini kabul et:False
Joker karakterleri kabul et:False

-IpConfigurationId

Bağlantıda kullanılan BgpPeeringAddresses için sanal ağ geçidi IpConfigurationId.

Tür:String
Position:Named
Default value:None
Gerekli:True
İşlem hattı girişini kabul et:False
Joker karakterleri kabul et:False

-WhatIf

Cmdlet çalıştırılıyorsa ne olacağını gösterir. Cmdlet çalıştırılmaz.

Tür:SwitchParameter
Diğer adlar:wi
Position:Named
Default value:None
Gerekli:False
İşlem hattı girişini kabul et:False
Joker karakterleri kabul et:False

Girişler

None

Çıkışlar

PSGatewayCustomBgpIpConfiguration