SynapseSqlPoolSecurityAlertPolicyCollection.GetAll(CancellationToken) 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.Pageable<Azure.ResourceManager.Synapse.SynapseSqlPoolSecurityAlertPolicyResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Synapse.SynapseSqlPoolSecurityAlertPolicyResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Synapse.SynapseSqlPoolSecurityAlertPolicyResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SynapseSqlPoolSecurityAlertPolicyResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to