BgpConnectionResource.GetLearnedRoutesAsync 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 GetVirtualHubBgpConnectionLearnedRoutesAsync instead.
Invokes the GetLearnedRoutesAsync compatibility operation.
[System.Obsolete("This method is obsolete and will be removed in a future release, please use `GetVirtualHubBgpConnectionLearnedRoutesAsync` instead.", false)]
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.PeerRouteList>>>> GetLearnedRoutesAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This method is obsolete and will be removed in a future release, please use `GetVirtualHubBgpConnectionLearnedRoutesAsync` instead.", false)>]
abstract member GetLearnedRoutesAsync : Azure.WaitUntil * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.PeerRouteList>>>>
override this.GetLearnedRoutesAsync : Azure.WaitUntil * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.PeerRouteList>>>>
Public Overridable Function GetLearnedRoutesAsync (waitUntil As WaitUntil, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of IDictionary(Of String, IList(Of PeerRouteList))))
Parameters
- waitUntil
- WaitUntil
- cancellationToken
- CancellationToken
Returns
- Attributes