Freigeben über


VirtualNetworkTapCollection.GetIfExists(String, CancellationToken) Methode

Definition

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkTaps/{tapName}
  • Vorgangs-IdVirtualNetworkTaps_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.Network.VirtualNetworkTapResource> GetIfExists (string tapName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Network.VirtualNetworkTapResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Network.VirtualNetworkTapResource>
Public Overridable Function GetIfExists (tapName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of VirtualNetworkTapResource)

Parameter

tapName
String

Der Name des tippens für virtuelle Netzwerke.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

tapName ist NULL.

Gilt für: