BgpConnectionResource.GetAdvertisedRoutesAsync 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 GetVirtualHubBgpConnectionAdvertisedRoutesAsync instead.
Invokes the GetAdvertisedRoutesAsync compatibility operation.
[System.Obsolete("This method is obsolete and will be removed in a future release, please use `GetVirtualHubBgpConnectionAdvertisedRoutesAsync` 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>>>> GetAdvertisedRoutesAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This method is obsolete and will be removed in a future release, please use `GetVirtualHubBgpConnectionAdvertisedRoutesAsync` instead.", false)>]
abstract member GetAdvertisedRoutesAsync : 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.GetAdvertisedRoutesAsync : 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 GetAdvertisedRoutesAsync (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