1
1
---
2
2
Module Name : Az.Peering
3
- Module Guid : 78c6a853-5ea3-4374-9c5f-5b532d62c892
3
+ Module Guid : ce52109a-e66b-4a81-8749-638d97fc0a97
4
4
Download Help Link : https://learn.microsoft.com/powershell/module/az.peering
5
5
Help Version : 1.0.0.0
6
6
Locale : en-US
@@ -60,16 +60,16 @@ Lists all of the available peering service locations for the specified kind of p
60
60
Initialize Peering Service for Connection Monitor functionality
61
61
62
62
### [ New-AzPeering] ( New-AzPeering.md )
63
- Creates a new peering or updates an existing peering with the specified name under the given subscription and resource group.
63
+ create a new peering or create an existing peering with the specified name under the given subscription and resource group.
64
64
65
65
### [ New-AzPeeringAsn] ( New-AzPeeringAsn.md )
66
- Creates a new peer ASN or updates an existing peer ASN with the specified name under the given subscription.
66
+ create a new peer ASN or create an existing peer ASN with the specified name under the given subscription.
67
67
68
68
### [ New-AzPeeringCheckServiceProviderAvailabilityInputObject] ( New-AzPeeringCheckServiceProviderAvailabilityInputObject.md )
69
69
Create an in-memory object for CheckServiceProviderAvailabilityInput.
70
70
71
71
### [ New-AzPeeringConnectionMonitorTest] ( New-AzPeeringConnectionMonitorTest.md )
72
- Creates or updates a connection monitor test with the specified name under the given subscription, resource group and peering service.
72
+ create a connection monitor test with the specified name under the given subscription, resource group and peering service.
73
73
74
74
### [ New-AzPeeringContactDetailObject] ( New-AzPeeringContactDetailObject.md )
75
75
Create an in-memory object for ContactDetail.
@@ -81,16 +81,16 @@ Create an in-memory object for DirectConnection.
81
81
Create an in-memory object for ExchangeConnection.
82
82
83
83
### [ New-AzPeeringRegisteredAsn] ( New-AzPeeringRegisteredAsn.md )
84
- Creates a new registered ASN with the specified name under the given subscription, resource group and peering.
84
+ create a new registered ASN with the specified name under the given subscription, resource group and peering.
85
85
86
86
### [ New-AzPeeringRegisteredPrefix] ( New-AzPeeringRegisteredPrefix.md )
87
- Creates a new registered prefix with the specified name under the given subscription, resource group and peering.
87
+ create a new registered prefix with the specified name under the given subscription, resource group and peering.
88
88
89
89
### [ New-AzPeeringService] ( New-AzPeeringService.md )
90
- Creates a new peering service or updates an existing peering with the specified name under the given subscription and resource group.
90
+ create a new peering service or create an existing peering with the specified name under the given subscription and resource group.
91
91
92
92
### [ New-AzPeeringServicePrefix] ( New-AzPeeringServicePrefix.md )
93
- Creates a new prefix with the specified name under the given subscription, resource group and peering service.
93
+ create a new prefix with the specified name under the given subscription, resource group and peering service.
94
94
95
95
### [ Remove-AzPeering] ( Remove-AzPeering.md )
96
96
Deletes an existing peering with the specified name under the given subscription and resource group.
@@ -123,8 +123,20 @@ Validates an existing registered prefix with the specified name under the given
123
123
Checks if the peering service provider is present within 1000 miles of customer's location
124
124
125
125
### [ Update-AzPeering] ( Update-AzPeering.md )
126
- Updates tags for a peering with the specified name under the given subscription and resource group.
126
+ update tags for a peering with the specified name under the given subscription and resource group.
127
+
128
+ ### [ Update-AzPeeringAsn] ( Update-AzPeeringAsn.md )
129
+ update a new peer ASN or update an existing peer ASN with the specified name under the given subscription.
130
+
131
+ ### [ Update-AzPeeringConnectionMonitorTest] ( Update-AzPeeringConnectionMonitorTest.md )
132
+ update a connection monitor test with the specified name under the given subscription, resource group and peering service.
133
+
134
+ ### [ Update-AzPeeringRegisteredAsn] ( Update-AzPeeringRegisteredAsn.md )
135
+ update a new registered ASN with the specified name under the given subscription, resource group and peering.
136
+
137
+ ### [ Update-AzPeeringRegisteredPrefix] ( Update-AzPeeringRegisteredPrefix.md )
138
+ update a new registered prefix with the specified name under the given subscription, resource group and peering.
127
139
128
140
### [ Update-AzPeeringService] ( Update-AzPeeringService.md )
129
- Updates tags for a peering service with the specified name under the given subscription and resource group.
141
+ update tags for a peering service with the specified name under the given subscription and resource group.
130
142
0 commit comments