Partilhar via


SqlServerResource.GetServerAdvancedThreatProtectionAsync Método

Definição

Obter o estado de Proteção Avançada contra Ameaças de um servidor.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/advancedThreatProtectionSettings/{advancedThreatProtectionName}
  • IdServerAdvancedThreatProtectionSettings_Get de operação
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.ServerAdvancedThreatProtectionResource>> GetServerAdvancedThreatProtectionAsync (Azure.ResourceManager.Sql.Models.AdvancedThreatProtectionName advancedThreatProtectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetServerAdvancedThreatProtectionAsync : Azure.ResourceManager.Sql.Models.AdvancedThreatProtectionName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.ServerAdvancedThreatProtectionResource>>
override this.GetServerAdvancedThreatProtectionAsync : Azure.ResourceManager.Sql.Models.AdvancedThreatProtectionName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.ServerAdvancedThreatProtectionResource>>
Public Overridable Function GetServerAdvancedThreatProtectionAsync (advancedThreatProtectionName As AdvancedThreatProtectionName, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ServerAdvancedThreatProtectionResource))

Parâmetros

advancedThreatProtectionName
AdvancedThreatProtectionName

O nome do estado da Proteção Avançada contra Ameaças.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Aplica-se a