New-AzIpConfigurationBgpPeeringAddressObject
maakt een nieuw IpconfigurationBgpPeeringAddressObject
Syntaxis
New-AzIpConfigurationBgpPeeringAddressObject
-IpConfigurationId <String>
-CustomAddress <System.Collections.Generic.List`1[System.String]>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Het New-AzIpConfigurationBgpPeeringAddressObject maakt een IpConfigurationBgpPeeringAddressObject-object dat de eigenschap BgpPeeringAddresses in uw virtuele netwerkgateway bgpsettings vertegenwoordigt.
Voorbeelden
Voorbeeld 1: Een AzIpConfigurationBgpPeeringAddressObject maken
$ipconfigurationId1 = '/subscriptions/c886bc58-0000-4e01-993f-e01ba3702aaf/resourceGroups/testRg/providers/Microsoft.Network/virtualNetworkGateways/gw1/ipConfigurations/default'
$addresslist1 = @('169.254.21.5')
$gw1ipconfBgp1 = New-AzIpConfigurationBgpPeeringAddressObject -IpConfigurationId $ipconfigurationId1 -CustomAddress $addresslist1
In het bovenstaande wordt een IpConfigurationBgpPeeringAddressObject gemaakt. Dit nieuwe object is naar gw1ipconfBgp1.
Parameters
-Confirm
Hiermee wordt u gevraagd om bevestiging voordat u de cmdlet uitvoert.
Type: | SwitchParameter |
Aliassen: | cf |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-CustomAddress
De customAddress-lijst voor de virtuele netwerkgateway voor BgpPeeringAddresses.
Type: | List<T>[String] |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-DefaultProfile
De referenties, accounts, tenants en abonnementen die worden gebruikt voor communicatie met Azure.
Type: | IAzureContextContainer |
Aliassen: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-IpConfigurationId
De ipConfigurationId van de virtuele netwerkgateway voor BgpPeeringAddresses.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-WhatIf
Hiermee wordt weergegeven wat er zou gebeuren als u de cmdlet uitvoert. De cmdlet wordt niet uitgevoerd.
Type: | SwitchParameter |
Aliassen: | wi |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
Invoerwaarden
None
Uitvoerwaarden
Azure PowerShell