Get-AzPeeringServiceCountry
Lists all of the available countries for peering service.
Syntax
Get-AzPeeringServiceCountry
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Lists all of the available countries for peering service.
Examples
Example 1: Lists all the peering service countries
Get-AzPeeringServiceCountry
Name
----
Australia
Belgium
Brazil
Canada
Denmark
Finland
France
Germany
Hong Kong
Japan
Kenya
Korea, South
Malaysia
Netherlands
New Zealand
...
Lists the countries available for peering service.
Parameters
-DefaultProfile
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SubscriptionId
The Azure subscription ID.
Type: | String[] |
Position: | Named |
Default value: | (Get-AzContext).Subscription.Id |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |