Freigeben über


NetworkDeviceResource.GetNetworkDeviceInterface Methode

Definition

Rufen Sie die Details der Netzwerkschnittstellenressource ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaces}
  • Vorgang IdNetworkInterfaces_Get
public virtual Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceInterfaceResource> GetNetworkDeviceInterface (string networkInterfaceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetworkDeviceInterface : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceInterfaceResource>
override this.GetNetworkDeviceInterface : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceInterfaceResource>
Public Overridable Function GetNetworkDeviceInterface (networkInterfaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetworkDeviceInterfaceResource)

Parameter

networkInterfaceName
String

Name der Netzwerkschnittstelle.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

networkInterfaceName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

networkInterfaceName ist NULL.

Gilt für: