NetworkInterfaceCollection.Get(String, CancellationToken) Method

Definition

Gets a network interface

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

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