< Back

Get-AzureRmExpressRouteServiceProvider

Tue Jan 29, 2019 9:54 pm

NAME Get-AzureRmExpressRouteServiceProvider



SYNOPSIS

Gets a list ExpressRoute service providers and their attributes.





SYNTAX

Get-AzureRmExpressRouteServiceProvider [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]





DESCRIPTION

The Get-AzureRmExpressRouteServiceProvider cmdlet retrieves a list ExpressRoute service providers and their attributes. Attribute include location

and bandwidth options.





PARAMETERS

-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



<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.PSExpressRouteServiceProvider







NOTES









Example 1: Get a list of service provider with locations in "Silicon Valley"



Get-AzureRmExpressRouteServiceProvider |

Where-Object PeeringLocations -Contains "Silicon Valley" |

Select-Object Name











RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... ceprovider

Get-AzureRmExpressRouteCircuitARPTable

Get-AzureRmExpressRouteCircuitRouteTable

Get-AzureRmExpressRouteCircuitRouteTableSummary

Get-AzureRmExpressRouteCircuitStats