Share via


MockableHciVmResourceGroupResource.GetHciVmNetworkInterface Method

Definition

Gets a network interface

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/networkInterfaces/{networkInterfaceName}
  • Operation Id: NetworkInterface_Get
  • Default Api Version: 2025-06-01-preview
  • Resource: HciVmNetworkInterfaceResource
public virtual Azure.Response<Azure.ResourceManager.Hci.Vm.HciVmNetworkInterfaceResource> GetHciVmNetworkInterface(string networkInterfaceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetHciVmNetworkInterface : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Hci.Vm.HciVmNetworkInterfaceResource>
override this.GetHciVmNetworkInterface : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Hci.Vm.HciVmNetworkInterfaceResource>
Public Overridable Function GetHciVmNetworkInterface (networkInterfaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of HciVmNetworkInterfaceResource)

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