NetworkDeviceInterfaceCollection.Get(String, CancellationToken) Method

Definition

Get the Network Interface resource details.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}
  • Operation Id: NetworkInterfaces_Get
public virtual Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceInterfaceResource> Get (string networkInterfaceName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceInterfaceResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceInterfaceResource>
Public Overridable Function Get (networkInterfaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetworkDeviceInterfaceResource)

Parameters

networkInterfaceName
String

Name of the Network Interface.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

networkInterfaceName is null.

Applies to