Bagikan melalui


NetworkDeviceResource.GetNetworkDeviceInterfaceAsync 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 System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceInterfaceResource>> GetNetworkDeviceInterfaceAsync (string networkInterfaceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetworkDeviceInterfaceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceInterfaceResource>>
override this.GetNetworkDeviceInterfaceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceInterfaceResource>>
Public Overridable Function GetNetworkDeviceInterfaceAsync (networkInterfaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of NetworkDeviceInterfaceResource))

Parameters

networkInterfaceName
String

Name of the Network Interface.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

networkInterfaceName is null.

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

Applies to