Delen via


New-AzNetworkManagerRoutingRuleDestination

Hiermee maakt u een bestemming voor de routeringsregel voor netwerkbeheer.

Syntaxis

New-AzNetworkManagerRoutingRuleDestination
   -DestinationAddress <String>
   -Type <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

De New-AzNetworkManagerRoutingRuleDestination cmdlet maakt een bestemming voor routeringsregel voor netwerkbeheer.

Voorbeelden

Voorbeeld 1

New-AzNetworkManagerRoutingRuleDestination -DestinationAddress "ApiManagement" -Type "ServiceTag"

DestinationAddress Type
------------------ -----------------
ApiManagement      ServiceTag

Hiermee maakt u een doel voor routeringsregel voor netwerkbeheerservicetags.

Voorbeeld 2

New-AzNetworkManagerRoutingRuleDestination -DestinationAddress "10.0.0.1" -Type "AddressPrefix"

DestinationAddress Type
------------------ -----------------
10.0.0.1		   AddressPrefix

Hiermee maakt u een doelobject voor de routeringsregel voor netwerkbeheer.

Parameters

-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

-DestinationAddress

DestinationAddress

Type:String
Position:Named
Default value:None
Vereist:True
Pijplijninvoer accepteren:True
Jokertekens accepteren:False

-Type

Type DestinationAddress.

Type:String
Geaccepteerde waarden:AddressPrefix, ServiceTag
Position:Named
Default value:None
Vereist:True
Pijplijninvoer accepteren:True
Jokertekens accepteren:False

Invoerwaarden

String

Uitvoerwaarden

PSNetworkManagerRoutingRuleDestination