次の方法で共有


SqlServerResource.GetServerAdvancedThreatProtection メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/advancedThreatProtectionSettings/{advancedThreatProtectionName}
  • 操作IdServerAdvancedThreatProtectionSettings_Get
public virtual Azure.Response<Azure.ResourceManager.Sql.ServerAdvancedThreatProtectionResource> GetServerAdvancedThreatProtection (Azure.ResourceManager.Sql.Models.AdvancedThreatProtectionName advancedThreatProtectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetServerAdvancedThreatProtection : Azure.ResourceManager.Sql.Models.AdvancedThreatProtectionName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.ServerAdvancedThreatProtectionResource>
override this.GetServerAdvancedThreatProtection : Azure.ResourceManager.Sql.Models.AdvancedThreatProtectionName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.ServerAdvancedThreatProtectionResource>
Public Overridable Function GetServerAdvancedThreatProtection (advancedThreatProtectionName As AdvancedThreatProtectionName, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ServerAdvancedThreatProtectionResource)

パラメーター

advancedThreatProtectionName
AdvancedThreatProtectionName

Advanced Threat Protection 状態の名前。

cancellationToken
CancellationToken

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

戻り値

適用対象