Partager via


VpnSiteLinkCollection.GetAll(CancellationToken) Méthode

Définition

Répertorie tous les vpnSiteLinks d’un groupe de ressources pour un site VPN.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnSites/{vpnSiteName}/vpnSiteLinks
  • IdVpnSiteLinks_ListByVpnSite d’opération
public virtual Azure.Pageable<Azure.ResourceManager.Network.VpnSiteLinkResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.VpnSiteLinkResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.VpnSiteLinkResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VpnSiteLinkResource)

Paramètres

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection de VpnSiteLinkResource qui peut nécessiter plusieurs demandes de service pour itérer.

S’applique à