次の方法で共有


Server Advanced Threat Protection Settings - Get

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

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/advancedThreatProtectionSettings/Default?api-version=2021-11-01

URI パラメーター

名前 / 必須 説明
advancedThreatProtectionName
path True

AdvancedThreatProtectionName

Advanced Threat Protection 状態の名前。

resourceGroupName
path True

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName
path True

string

サーバーの名前。

subscriptionId
path True

string

Azure サブスクリプションを識別するサブスクリプション ID。

api-version
query True

string

要求で使用する API のバージョン。

応答

名前 説明
200 OK

ServerAdvancedThreatProtection

サーバーの Advanced Threat Protection 状態が正常に取得されました。

Other Status Codes

エラー応答: ***

  • 400 UpdateNotAllowedOnServerContainingPausedDWDatabase - サーバーの Advanced Threat Protection 設定の設定は、Data Warehouse データベースが一時停止されているサーバーでは許可されません

  • 400 AdvancedThreatProtectionInsufficientDiskSpace - Advanced Threat Protection 設定メタデータをデータベースに保存するためのディスク領域が不足しています

  • 400 InvalidServerAdvancedThreatProtectionCreateRequest - サーバーの作成 Advanced Threat Protection 要求が存在しないか、プロパティ オブジェクトがありません

  • 400 AdvancedThreatProtectionInvalidUserSuppliedParameter - 無効なパラメーター値がクライアントによって提供されました

  • 400 UpsertServerAdvancedThreatProtectionFailed - Advanced Threat Protection 設定の保存中にエラーが発生しました。後でもう一度お試しください

  • 400 UpsertServerAdvancedThreatProtectionFailed - Advanced Threat Protection 設定の保存中にエラーが発生しました。後でもう一度お試しください

  • 404 SubscriptionDoesNotHaveServer - 要求されたサーバーが見つかりませんでした

  • 404 UpsertServerAdvancedThreatProtectionFailed - Advanced Threat Protection 設定の保存中にエラーが発生しました。後でもう一度お試しください

  • 409 ServerAdvancedThreatProtectionInProgress - サーバーの Advanced Threat Protection 設定の設定は既に進行中です

  • 409 UpsertServerAdvancedThreatProtectionFailed - Advanced Threat Protection 設定の保存中にエラーが発生しました。後でもう一度お試しください

  • 500 DatabaseIsUnavailable - 読み込みに失敗しました。 後で再度お試しください。

  • 500 UpsertServerAdvancedThreatProtectionFailed - Advanced Threat Protection 設定の保存中にエラーが発生しました。後でもう一度お試しください

  • 500 GetServerAdvancedThreatProtectionFailed - Advanced Threat Protection 設定を取得できませんでした

Get a server's Advanced Threat Protection settings

要求のサンプル

GET https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/threatprotection-4799/providers/Microsoft.Sql/servers/threatprotection-6440/advancedThreatProtectionSettings/Default?api-version=2021-11-01

応答のサンプル

{
  "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/threatprotection-4799/providers/Microsoft.Sql/servers/threatprotection-6440/advancedThreatProtectionSettings/Default",
  "name": "Default",
  "type": "Microsoft.Sql/servers/advancedThreatProtectionSettings",
  "systemData": {
    "createdBy": "string",
    "createdByType": "User",
    "createdAt": "2022-04-03T04:41:33.937Z",
    "lastModifiedBy": "string",
    "lastModifiedByType": "User",
    "lastModifiedAt": "2022-04-03T04:41:33.937Z"
  },
  "properties": {
    "state": "Disabled",
    "creationTime": "2022-04-03T04:41:33.937Z"
  }
}

定義

名前 説明
AdvancedThreatProtectionName

Advanced Threat Protection 状態の名前。

AdvancedThreatProtectionState

Advanced Threat Protection の状態を指定します。有効か無効か、または特定のデータベースまたはサーバーに状態がまだ適用されていません。

createdByType

リソースを作成した ID の種類。

ServerAdvancedThreatProtection

サーバー Advanced Threat Protection。

systemData

リソースの作成と最後の変更に関連するメタデータ。

AdvancedThreatProtectionName

Advanced Threat Protection 状態の名前。

名前 説明
Default

string

AdvancedThreatProtectionState

Advanced Threat Protection の状態を指定します。有効か無効か、または特定のデータベースまたはサーバーに状態がまだ適用されていません。

名前 説明
Disabled

string

Enabled

string

New

string

createdByType

リソースを作成した ID の種類。

名前 説明
Application

string

Key

string

ManagedIdentity

string

User

string

ServerAdvancedThreatProtection

サーバー Advanced Threat Protection。

名前 説明
id

string

リソースの ID

name

string

リソース名。

properties.creationTime

string

ポリシーの UTC 作成時刻を指定します。

properties.state

AdvancedThreatProtectionState

Advanced Threat Protection の状態を指定します。有効か無効か、または特定のデータベースまたはサーバーに状態がまだ適用されていません。

systemData

systemData

AdvancedThreatProtectionResource の SystemData。

type

string

リソースの種類。

systemData

リソースの作成と最後の変更に関連するメタデータ。

名前 説明
createdAt

string

リソース作成のタイムスタンプ (UTC)。

createdBy

string

リソースを作成した ID。

createdByType

createdByType

リソースを作成した ID の種類。

lastModifiedAt

string

リソースの最終変更のタイムスタンプ (UTC)

lastModifiedBy

string

リソースを最後に変更した ID。

lastModifiedByType

createdByType

リソースを最後に変更した ID の種類。