NetworkExtensions.GetRouteFilterAsync Method

Definition

Gets the specified route filter.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}
  • Operation Id: RouteFilters_Get
  • Default Api Version: 2023-09-01
  • Resource: RouteFilterResource
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.RouteFilterResource>> GetRouteFilterAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string routeFilterName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetRouteFilterAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.RouteFilterResource>>
<Extension()>
Public Function GetRouteFilterAsync (resourceGroupResource As ResourceGroupResource, routeFilterName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RouteFilterResource))

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

routeFilterName
String

The name of the route filter.

expand
String

Expands referenced express route bgp peering resources.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceGroupResource or routeFilterName is null.

routeFilterName is an empty string, and was expected to be non-empty.

Applies to