MockableHciResourceGroupResource.GetNetworkInterface 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> GetNetworkInterface (string networkInterfaceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetworkInterface : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Hci.NetworkInterfaceResource>
override this.GetNetworkInterface : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Hci.NetworkInterfaceResource>
Public Overridable Function GetNetworkInterface (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 null.

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

Applies to