Operations - List
公開所有可用的作業以供探索之用。
GET https://management.azure.com/providers/Microsoft.Security/operations?api-version=2024-10-01-preview
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
api-version
|
query | True |
string |
要用於這項作業的 API 版本。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
還行 |
|
Other Status Codes |
描述作業失敗原因的錯誤回應。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
List the operations for the Microsoft.Security (Microsoft Defender for Cloud) resource provider
範例要求
範例回覆
{
"value": [
{
"name": "Microsoft.Security/defenderforstoragesettings/read",
"display": {
"provider": "Microsoft Security",
"resource": "DefenderForStorageSettings",
"operation": "Get defenderForStorageSettings",
"description": "Gets the defenderforstoragesettings for the scope"
},
"origin": "user"
},
{
"name": "Microsoft.Security/defenderforstoragesettings/write",
"display": {
"provider": "Microsoft Security",
"resource": "DefenderForStorageSettings",
"operation": "Update defenderForStorageSettings",
"description": "Creates or updates the defenderforstoragesettings for the scope"
},
"origin": "user"
},
{
"name": "Microsoft.Security/defenderforstoragesettings/delete",
"display": {
"provider": "Microsoft Security",
"resource": "DefenderForStorageSettings",
"operation": "Delete defenderForStorageSettings",
"description": "Deletes the defenderforstoragesettings for the scope"
},
"origin": "user"
}
]
}
定義
名稱 | Description |
---|---|
Action |
列舉。 表示動作類型。 「內部」是指僅供內部 API 使用的動作。 |
Display |
此特定作業的當地語系化顯示資訊。 |
Error |
資源管理錯誤其他資訊。 |
Error |
錯誤詳細數據。 |
Error |
錯誤回應 |
Operation |
REST API 作業 |
Operation |
Azure 資源提供者支援的 REST API 作業清單。 其中包含一個 URL 連結,以取得下一組結果。 |
Origin |
作業的預期執行程式;如同資源型訪問控制 (RBAC) 和稽核記錄 UX。 默認值為 “user,system” |
ActionType
列舉。 表示動作類型。 「內部」是指僅供內部 API 使用的動作。
名稱 | 類型 | Description |
---|---|---|
Internal |
string |
Display
此特定作業的當地語系化顯示資訊。
名稱 | 類型 | Description |
---|---|---|
description |
string |
作業的簡短本地化易記描述;適用於工具提示和詳細檢視。 |
operation |
string |
作業的簡潔、當地語系化易記名稱;適用於下拉式清單。 例如「建立或更新虛擬機」、「重新啟動虛擬機」。 |
provider |
string |
資源提供者名稱的當地語系化易記形式,例如“Microsoft Monitoring Insights” 或 “Microsoft Compute”。 |
resource |
string |
與此作業相關的資源類型當地語系化易記名稱。 例如「虛擬機」或「作業排程集合」。 |
ErrorAdditionalInfo
資源管理錯誤其他資訊。
名稱 | 類型 | Description |
---|---|---|
info |
object |
其他資訊。 |
type |
string |
其他信息類型。 |
ErrorDetail
錯誤詳細數據。
名稱 | 類型 | Description |
---|---|---|
additionalInfo |
錯誤其他資訊。 |
|
code |
string |
錯誤碼。 |
details |
錯誤詳細數據。 |
|
message |
string |
錯誤訊息。 |
target |
string |
錯誤目標。 |
ErrorResponse
錯誤回應
名稱 | 類型 | Description |
---|---|---|
error |
error 物件。 |
Operation
REST API 作業
名稱 | 類型 | Description |
---|---|---|
actionType |
列舉。 表示動作類型。 「內部」是指僅供內部 API 使用的動作。 |
|
display |
此特定作業的當地語系化顯示資訊。 |
|
isDataAction |
boolean |
作業是否適用於數據平面。 這是數據平面作業的“true”,ARM/控制平面作業則為 “false”。 |
name |
string |
作業的名稱,根據 Resource-Based 訪問控制 (RBAC)。 範例:“Microsoft.Compute/virtualMachines/write”、“Microsoft.Compute/virtualMachines/capture/action” |
origin |
作業的預期執行程式;如同資源型訪問控制 (RBAC) 和稽核記錄 UX。 默認值為 “user,system” |
OperationListResult
Azure 資源提供者支援的 REST API 作業清單。 其中包含一個 URL 連結,以取得下一組結果。
名稱 | 類型 | Description |
---|---|---|
nextLink |
string |
取得下一組作業清單結果的URL(如果有的話)。 |
value |
資源提供者支持的作業清單 |
Origin
作業的預期執行程式;如同資源型訪問控制 (RBAC) 和稽核記錄 UX。 默認值為 “user,system”
名稱 | 類型 | Description |
---|---|---|
system |
string |
|
user |
string |
|
user,system |
string |