< Back

Get-AzureRmNetworkWatcherReachabilityProvidersList

Tue Jan 29, 2019 9:54 pm

NAME Get-AzureRmNetworkWatcherReachabilityProvidersList



SYNOPSIS

Lists all available internet service providers for a specified Azure region.





SYNTAX

Get-AzureRmNetworkWatcherReachabilityProvidersList [-AsJob] [-City <String>] [-Country <String>] [-DefaultProfile <IAzureContextContainer>]

[-Location <System.Collections.Generic.List`1[System.String]>] -NetworkWatcher <PSNetworkWatcher> [-State <String>] [<CommonParameters>]



Get-AzureRmNetworkWatcherReachabilityProvidersList [-AsJob] [-City <String>] [-Country <String>] [-DefaultProfile <IAzureContextContainer>]

[-Location <System.Collections.Generic.List`1[System.String]>] -NetworkWatcherName <String> -ResourceGroupName <String> [-State <String>]

[<CommonParameters>]



Get-AzureRmNetworkWatcherReachabilityProvidersList [-AsJob] [-City <String>] [-Country <String>] [-DefaultProfile <IAzureContextContainer>]

[-Location <System.Collections.Generic.List`1[System.String]>] -ResourceId <String> [-State <String>] [<CommonParameters>]





DESCRIPTION

The Get-AzureRmNetworkWatcherReachabilityProvidersList lists all available internet service providers for a specified Azure region.





PARAMETERS

-AsJob [<SwitchParameter>]

Run cmdlet in the background



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-City <String>

The name of the city.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Country <String>

The name of the country.



Required? false

Position? named

Default value None

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



-Location <System.Collections.Generic.List`1[System.String]>

Optional Azure regions to scope the query to.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-NetworkWatcher <PSNetworkWatcher>

The network watcher resource.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-NetworkWatcherName <String>

The name of network watcher.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ResourceGroupName <String>

The name of the network watcher resource group.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ResourceId <String>

The Id of network watcher resource.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-State <String>

The name of the state.



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

Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher

System.String System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]





OUTPUTS

Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersList







NOTES





Keywords: azure, azurerm, arm, resource, management, manager, network, networking, network watcher, next, hop



Example 1



PS C:\\> $nw = Get-AzureRmNetworkWatcher -Name NetworkWatcher -ResourceGroupName NetworkWatcherRG

PS C:\\> Get-AzureRmNetworkWatcherReachabilityProvidersList -NetworkWatcher $nw -Location "West US" -Country "United States" -State "washington"

-City "seattle"



"countries" : [

{

"countryName" : "United States",

"states" : [

{

"stateName" : "washington",

"cities" : [

{

"cityName" : "seattle",

"providers" : [

"Comcast Cable Communications, Inc. - ASN 7922",

"Comcast Cable Communications, LLC - ASN 7922",

"Level 3 Communications, Inc. (GBLX) - ASN 3549",

"Qwest Communications Company, LLC - ASN 209"

]

}

]

}

]

}

]



Lists all available providers in Seattle, WA for Azure Data Center in West US.







RELATED LINKS

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

New-AzureRmNetworkWatcher

Get-AzureRmNetworkWatcher

Remove-AzureRmNetworkWatcher

Test-AzureRmNetworkWatcherIPFlow

Get-AzureRmNetworkWatcherSecurityGroupView

Get-AzureRmNetworkWatcherTopology

Start-AzureRmNetworkWatcherResourceTroubleshooting

New-AzureRmNetworkWatcherPacketCapture

New-AzureRmPacketCaptureFilterConfig

Get-AzureRmNetworkWatcherPacketCapture

Remove-AzureRmNetworkWatcherPacketCapture

Stop-AzureRmNetworkWatcherPacketCapture