MockableManagedNetworkFabricArmClient.GetNetworkTapResource Method

Definition

Gets an object representing a NetworkTapResource 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 NetworkTapResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.ManagedNetworkFabric.NetworkTapResource GetNetworkTapResource (Azure.Core.ResourceIdentifier id);
abstract member GetNetworkTapResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ManagedNetworkFabric.NetworkTapResource
override this.GetNetworkTapResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ManagedNetworkFabric.NetworkTapResource
Public Overridable Function GetNetworkTapResource (id As ResourceIdentifier) As NetworkTapResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a NetworkTapResource object.

Applies to