Share via


SynapseSqlPoolSecurityAlertPolicyCollection.GetAsync Method

Definition

Get a Sql pool's security alert policy.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/securityAlertPolicies/{securityAlertPolicyName}
  • Operation Id: SqlPoolSecurityAlertPolicies_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Synapse.SynapseSqlPoolSecurityAlertPolicyResource>> GetAsync (Azure.ResourceManager.Synapse.Models.SqlPoolSecurityAlertPolicyName securityAlertPolicyName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : Azure.ResourceManager.Synapse.Models.SqlPoolSecurityAlertPolicyName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Synapse.SynapseSqlPoolSecurityAlertPolicyResource>>
override this.GetAsync : Azure.ResourceManager.Synapse.Models.SqlPoolSecurityAlertPolicyName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Synapse.SynapseSqlPoolSecurityAlertPolicyResource>>
Public Overridable Function GetAsync (securityAlertPolicyName As SqlPoolSecurityAlertPolicyName, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SynapseSqlPoolSecurityAlertPolicyResource))

Parameters

securityAlertPolicyName
SqlPoolSecurityAlertPolicyName

The name of the security alert policy.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to