NetworkDeviceResource.GetNetworkDeviceInterfaceAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the Network Interface resource details.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}
- Operation Id: NetworkInterfaces_Get
- Default Api Version: 2023-06-15
- Resource: NetworkDeviceInterfaceResource
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.