MockableHybridNetworkArmClient.GetNetworkFunctionResource Method

Definition

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

public virtual Azure.ResourceManager.HybridNetwork.NetworkFunctionResource GetNetworkFunctionResource (Azure.Core.ResourceIdentifier id);
abstract member GetNetworkFunctionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.HybridNetwork.NetworkFunctionResource
override this.GetNetworkFunctionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.HybridNetwork.NetworkFunctionResource
Public Overridable Function GetNetworkFunctionResource (id As ResourceIdentifier) As NetworkFunctionResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a NetworkFunctionResource object.

Applies to