Freigeben über


VpnSiteLinkConnectionCollection.GetAllAsync(CancellationToken) Methode

Definition

Ruft alle VPN-Standortlinkverbindungen für eine bestimmte VPN-Vpn-Gateway-Vpn-Verbindung ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnGateways/{gatewayName}/vpnConnections/{connectionName}/vpnLinkConnections
  • Vorgangs-IdVpnLinkConnections_ListByVpnConnection
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.VpnSiteLinkConnectionResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.VpnSiteLinkConnectionResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.VpnSiteLinkConnectionResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VpnSiteLinkConnectionResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von VpnSiteLinkConnectionResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: