< Back
Get-AzureRmEffectiveRouteTable
Post
NAME Get-AzureRmEffectiveRouteTable
SYNOPSIS
Gets the effective route table of a network interface.
SYNTAX
Get-AzureRmEffectiveRouteTable [-AsJob] [-DefaultProfile <IAzureContextContainer>] -NetworkInterfaceName <String> [-ResourceGroupName <String>]
[<CommonParameters>]
DESCRIPTION
The Get-AzureRmEffectiveRouteTable cmdlet returns the effective route table that is applied on a network interface.
PARAMETERS
-AsJob [<SwitchParameter>]
Run cmdlet in the background
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-NetworkInterfaceName <String>
Specified the name of a network interface.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ResourceGroupName <String>
Specifies the resource group of a network interface.
Required? false
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
This cmdlet does not accept any input.
OUTPUTS
Microsoft.Azure.Commands.Network.Models.PSEffectiveRoute
NOTES
Example 1: Get the effective route table on a network interface
PS C:\\>Get-AzureRmEffectiveRouteTable -NetworkInterfaceName "MyNetworkInterface" -ResourceGroupName "MyResourceGroup"
This command gets the effective route table associated with network interface named MyNetworkInterface in the resource group named MyResourceGroup.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... routetable
Get-AzureRmEffectiveNetworkSecurityGroup
SYNOPSIS
Gets the effective route table of a network interface.
SYNTAX
Get-AzureRmEffectiveRouteTable [-AsJob] [-DefaultProfile <IAzureContextContainer>] -NetworkInterfaceName <String> [-ResourceGroupName <String>]
[<CommonParameters>]
DESCRIPTION
The Get-AzureRmEffectiveRouteTable cmdlet returns the effective route table that is applied on a network interface.
PARAMETERS
-AsJob [<SwitchParameter>]
Run cmdlet in the background
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-NetworkInterfaceName <String>
Specified the name of a network interface.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ResourceGroupName <String>
Specifies the resource group of a network interface.
Required? false
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
This cmdlet does not accept any input.
OUTPUTS
Microsoft.Azure.Commands.Network.Models.PSEffectiveRoute
NOTES
Example 1: Get the effective route table on a network interface
PS C:\\>Get-AzureRmEffectiveRouteTable -NetworkInterfaceName "MyNetworkInterface" -ResourceGroupName "MyResourceGroup"
This command gets the effective route table associated with network interface named MyNetworkInterface in the resource group named MyResourceGroup.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... routetable
Get-AzureRmEffectiveNetworkSecurityGroup