Condividi tramite


HciVmNetworkInterfaceCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • 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 System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Hci.Vm.HciVmNetworkInterfaceResource>> GetIfExistsAsync(string networkInterfaceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Hci.Vm.HciVmNetworkInterfaceResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Hci.Vm.HciVmNetworkInterfaceResource>>
Public Overridable Function GetIfExistsAsync (networkInterfaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of HciVmNetworkInterfaceResource))

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