Freigeben über


SqlServerConnectionPolicyCollection.GetAllAsync(CancellationToken) Methode

Definition

Listet Verbindungsrichtlinie auf

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/connectionPolicies
  • Vorgang IdServerConnectionPolicies_ListByServer
public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.SqlServerConnectionPolicyResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.SqlServerConnectionPolicyResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.SqlServerConnectionPolicyResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SqlServerConnectionPolicyResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der SqlServerConnectionPolicyResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: