MockableNetworkArmClient.GetNetworkManagerResource(ResourceIdentifier) Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a NetworkManagerResource object.

Applies to