MockableNetworkArmClient.GetNetworkProfileResource(ResourceIdentifier) Method

Definition

Gets an object representing a NetworkProfileResource along with the instance operations that can be performed on it but with no data.

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a NetworkProfileResource object.

Applies to