MockableNetworkArmClient.GetPacketCaptureResource(ResourceIdentifier) Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a PacketCaptureResource object.

Applies to