Freigeben über


PrivateLinkServiceCollection.GetAll(CancellationToken) Methode

Definition

Ruft alle Private Link-Dienste in einer Ressourcengruppe ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices
  • Vorgangs-IdPrivateLinkServices_List
public virtual Azure.Pageable<Azure.ResourceManager.Network.PrivateLinkServiceResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.PrivateLinkServiceResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.PrivateLinkServiceResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PrivateLinkServiceResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von PrivateLinkServiceResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: