Share via


ManagedNetworkFabricExtensions.GetNetworkDevice Method

Definition

Gets the Network Device resource details.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}
  • Operation Id: NetworkDevices_Get
public static Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceResource> GetNetworkDevice (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string networkDeviceName, System.Threading.CancellationToken cancellationToken = default);
static member GetNetworkDevice : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceResource>
<Extension()>
Public Function GetNetworkDevice (resourceGroupResource As ResourceGroupResource, networkDeviceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetworkDeviceResource)

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

networkDeviceName
String

Name of the Network Device.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceGroupResource or networkDeviceName is null.

networkDeviceName is an empty string, and was expected to be non-empty.

Applies to