New-AzNetworkManagerRoutingRuleDestination
Creates a network manager routing rule destination.
PowerShell
New-AzNetworkManagerRoutingRuleDestination
-DestinationAddress <String>
-Type <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
The New-AzNetworkManagerRoutingRuleDestination cmdlet creates a network manager routing rule destination.
PowerShell
New-AzNetworkManagerRoutingRuleDestination -DestinationAddress "ApiManagement" -Type "ServiceTag"
DestinationAddress Type
------------------ -----------------
ApiManagement ServiceTag
Creates a network manager service tag routing rule destination.
PowerShell
New-AzNetworkManagerRoutingRuleDestination -DestinationAddress "10.0.0.1" -Type "AddressPrefix"
DestinationAddress Type
------------------ -----------------
10.0.0.1 AddressPrefix
Creates a network manager routing rule destination object.
The credentials, account, tenant, and subscription used for communication with Azure.
Type: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
DestinationAddress
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
DestinationAddress Type.
Type: | String |
Accepted values: | AddressPrefix, ServiceTag |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Feedback zu Azure PowerShell
Azure PowerShell ist ein Open Source-Projekt. Wählen Sie einen Link aus, um Feedback zu geben: