BgpConnectionResource.GetLearnedRoutes(WaitUntil, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This method is obsolete and will be removed in a future release, please use GetVirtualHubBgpConnectionLearnedRoutes instead.
Invokes the GetLearnedRoutes compatibility operation.
[System.Obsolete("This method is obsolete and will be removed in a future release, please use `GetVirtualHubBgpConnectionLearnedRoutes` instead.", false)]
public virtual Azure.ResourceManager.ArmOperation<System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.PeerRouteList>>> GetLearnedRoutes(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This method is obsolete and will be removed in a future release, please use `GetVirtualHubBgpConnectionLearnedRoutes` instead.", false)>]
abstract member GetLearnedRoutes : Azure.WaitUntil * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.PeerRouteList>>>
override this.GetLearnedRoutes : Azure.WaitUntil * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.PeerRouteList>>>
Public Overridable Function GetLearnedRoutes (waitUntil As WaitUntil, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of IDictionary(Of String, IList(Of PeerRouteList)))
Parameters
- waitUntil
- WaitUntil
- cancellationToken
- CancellationToken
Returns
- Attributes