MockableManagedNetworkFabricArmClient.GetNetworkDeviceResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a NetworkDeviceResource object.

Applies to