Freigeben über


MySqlPrivateLinkResourceCollection.GetAllAsync(CancellationToken) Methode

Definition

Ruft die Private Link-Ressourcen für MySQL-Server ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/privateLinkResources
  • Vorgangs-IdPrivateLinkResources_ListByServer
public virtual Azure.AsyncPageable<Azure.ResourceManager.MySql.MySqlPrivateLinkResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MySql.MySqlPrivateLinkResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MySql.MySqlPrivateLinkResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MySqlPrivateLinkResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: