Freigeben über


VpnSiteLinkConnectionCollection.GetIfExistsAsync Methode

Definition

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnGateways/{gatewayName}/vpnConnections/{connectionName}/vpnLinkConnections/{linkConnectionName}
  • Vorgangs-IdVpnSiteLinkConnections_Get
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Network.VpnSiteLinkConnectionResource>> GetIfExistsAsync (string linkConnectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Network.VpnSiteLinkConnectionResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Network.VpnSiteLinkConnectionResource>>
Public Overridable Function GetIfExistsAsync (linkConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of VpnSiteLinkConnectionResource))

Parameter

linkConnectionName
String

Der Name der VPN-Verbindung.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

linkConnectionName ist NULL.

Gilt für: