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
C#
public static Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceResource> GetNetworkDevice(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string networkDeviceName, System.Threading.CancellationToken cancellationToken = default);

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

Product Versions
Azure SDK for .NET Latest