SynapseSqlPoolResource.GetSynapseSqlPoolSecurityAlertPolicy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 Azure.Response<Azure.ResourceManager.Synapse.SynapseSqlPoolSecurityAlertPolicyResource> GetSynapseSqlPoolSecurityAlertPolicy (Azure.ResourceManager.Synapse.Models.SqlPoolSecurityAlertPolicyName securityAlertPolicyName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSynapseSqlPoolSecurityAlertPolicy : Azure.ResourceManager.Synapse.Models.SqlPoolSecurityAlertPolicyName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Synapse.SynapseSqlPoolSecurityAlertPolicyResource>
override this.GetSynapseSqlPoolSecurityAlertPolicy : Azure.ResourceManager.Synapse.Models.SqlPoolSecurityAlertPolicyName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Synapse.SynapseSqlPoolSecurityAlertPolicyResource>
Public Overridable Function GetSynapseSqlPoolSecurityAlertPolicy (securityAlertPolicyName As SqlPoolSecurityAlertPolicyName, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SynapseSqlPoolSecurityAlertPolicyResource)
Parameters
- securityAlertPolicyName
- SqlPoolSecurityAlertPolicyName
The name of the security alert policy.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET