次の方法で共有


SqlServerResource.GetServerAdvancedThreatProtectionAsync メソッド

定義

サーバーの Advanced Threat Protection 状態を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/advancedThreatProtectionSettings/{advancedThreatProtectionName}
  • 操作IdServerAdvancedThreatProtectionSettings_Get
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))

パラメーター

advancedThreatProtectionName
AdvancedThreatProtectionName

Advanced Threat Protection 状態の名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象