共用方式為


Defender For Storage - Get

取得指定記憶體帳戶的適用於記憶體的 Defender 設定。

GET https://management.azure.com/{resourceId}/providers/Microsoft.Security/defenderForStorageSettings/current?api-version=2022-12-01-preview

URI 參數

名稱 位於 必要 類型 Description
resourceId
path True

string

資源的標識碼。

settingName
path True

settingName

適用於記憶體的 Defender 設定名稱。

Regex 模式: ^[a-z][a-z0-9]*$

api-version
query True

string

作業的 API 版本

回應

名稱 類型 Description
200 OK

DefenderForStorageSetting

成功要求以取得適用於記憶體的Defender設定。

Other Status Codes

CloudError

描述作業失敗原因的錯誤回應。

安全性

azure_auth

Azure Active Directory OAuth2 Flow

類型: oauth2
Flow: implicit
授權 URL: https://login.microsoftonline.com/common/oauth2/authorize

範圍

名稱 Description
user_impersonation 模擬您的用戶帳戶

範例

Gets the Defender for Storage settings for the specified resource.

範例要求

GET https://management.azure.com/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/SampleRG/providers/Microsoft.Storage/storageAccounts/samplestorageaccount/providers/Microsoft.Security/defenderForStorageSettings/current?api-version=2022-12-01-preview

範例回覆

{
  "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/SampleRG/providers/Microsoft.Storage/storageAccounts/samplestorageaccount/providers/Microsoft.Security/defenderForStorageSettings/current",
  "name": "current",
  "type": "Microsoft.Security/defenderForStorageSettings",
  "properties": {
    "isEnabled": true,
    "malwareScanning": {
      "onUpload": {
        "isEnabled": true,
        "capGBPerMonth": -1
      },
      "scanResultsEventGridTopicResourceId": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/SampleRG/providers/Microsoft.EventGrid/topics/sampletopic"
    },
    "sensitiveDataDiscovery": {
      "isEnabled": false
    },
    "overrideSubscriptionLevelSettings": true
  }
}

定義

名稱 Description
CloudError

所有 Azure Resource Manager API 的常見錯誤回應,以傳回失敗作業的錯誤詳細數據。 (這也遵循 OData 錯誤回應格式。)。

CloudErrorBody

錯誤詳細數據。

DefenderForStorageSetting

適用於記憶體的Defender資源。

DefenderForStorageSettingProperties

適用於記憶體的 Defender 資源屬性。

ErrorAdditionalInfo

資源管理錯誤其他資訊。

MalwareScanningProperties

惡意代碼掃描的屬性。

OnUploadProperties

上傳惡意代碼掃描的屬性。

OperationStatus

描述啟用/停用作業成功/失敗的狀態。

SensitiveDataDiscoveryProperties

敏感數據探索的屬性。

settingName

適用於記憶體的 Defender 設定名稱。

CloudError

所有 Azure Resource Manager API 的常見錯誤回應,以傳回失敗作業的錯誤詳細數據。 (這也遵循 OData 錯誤回應格式。)。

名稱 類型 Description
error.additionalInfo

ErrorAdditionalInfo[]

錯誤其他資訊。

error.code

string

錯誤碼。

error.details

CloudErrorBody[]

錯誤詳細數據。

error.message

string

錯誤訊息。

error.target

string

錯誤目標。

CloudErrorBody

錯誤詳細數據。

名稱 類型 Description
additionalInfo

ErrorAdditionalInfo[]

錯誤其他資訊。

code

string

錯誤碼。

details

CloudErrorBody[]

錯誤詳細數據。

message

string

錯誤訊息。

target

string

錯誤目標。

DefenderForStorageSetting

適用於記憶體的Defender資源。

名稱 類型 Description
id

string

資源標識碼

name

string

資源名稱

properties

DefenderForStorageSettingProperties

適用於記憶體的 Defender 資源屬性。

type

string

資源類型

DefenderForStorageSettingProperties

適用於記憶體的 Defender 資源屬性。

名稱 類型 Description
isEnabled

boolean

指出是否在此記憶體帳戶上啟用適用於記憶體的 Defender。

malwareScanning

MalwareScanningProperties

惡意代碼掃描的屬性。

overrideSubscriptionLevelSettings

boolean

指出此記憶體帳戶所定義的設定是否應該覆寫為訂用帳戶定義的設定。

sensitiveDataDiscovery

SensitiveDataDiscoveryProperties

敏感數據探索的屬性。

ErrorAdditionalInfo

資源管理錯誤其他資訊。

名稱 類型 Description
info

object

其他資訊。

type

string

其他信息類型。

MalwareScanningProperties

惡意代碼掃描的屬性。

名稱 類型 Description
onUpload

OnUploadProperties

上傳惡意代碼掃描的屬性。

operationStatus

OperationStatus

失敗或部分成功時。 描述惡意代碼掃描啟用/停用作業的其他數據。

scanResultsEventGridTopicResourceId

string

自選。 要傳送掃描結果的事件方格主題資源標識碼。

OnUploadProperties

上傳惡意代碼掃描的屬性。

名稱 類型 Description
capGBPerMonth

integer

定義每個月要掃描的最大 GB。 如果不需要上限,請將 設定為 -1。

isEnabled

boolean

指出是否應該啟用 [上傳惡意代碼掃描]。

OperationStatus

描述啟用/停用作業成功/失敗的狀態。

名稱 類型 Description
code

string

作業狀態代碼。

message

string

有關作業成功/失敗的其他資訊。

SensitiveDataDiscoveryProperties

敏感數據探索的屬性。

名稱 類型 Description
isEnabled

boolean

指出是否應該啟用敏感數據探索。

operationStatus

OperationStatus

失敗或部分成功時。 描述敏感數據探索啟用/停用作業的其他數據。

settingName

適用於記憶體的 Defender 設定名稱。

名稱 類型 Description
current

string

適用於記憶體的 Defender 設定名稱。