Share via


SynapseSqlPoolSecurityAlertPolicyCollection.GetAllAsync Method

Definition

Get a list of Sql pool's security alert policies.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/securityAlertPolicies
  • Operation Id: SqlPoolSecurityAlertPolicies_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Synapse.SynapseSqlPoolSecurityAlertPolicyResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Synapse.SynapseSqlPoolSecurityAlertPolicyResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Synapse.SynapseSqlPoolSecurityAlertPolicyResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SynapseSqlPoolSecurityAlertPolicyResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of SynapseSqlPoolSecurityAlertPolicyResource that may take multiple service requests to iterate over.

Applies to