MockableNetworkArmClient.GetRouteFilterResource(ResourceIdentifier) Method

Definition

Gets an object representing a RouteFilterResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a RouteFilterResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.Network.RouteFilterResource GetRouteFilterResource (Azure.Core.ResourceIdentifier id);
abstract member GetRouteFilterResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Network.RouteFilterResource
override this.GetRouteFilterResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Network.RouteFilterResource
Public Overridable Function GetRouteFilterResource (id As ResourceIdentifier) As RouteFilterResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a RouteFilterResource object.

Applies to