Operations - List
검색을 위해 사용 가능한 모든 작업을 노출합니다.
GET https://management.azure.com/providers/Microsoft.Security/operations?api-version=2024-10-01-preview
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
api-version
|
query | True |
string |
이 작업에 사용할 API 버전입니다. |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
그래 |
|
Other Status Codes |
작업이 실패한 이유를 설명하는 오류 응답입니다. |
보안
azure_auth
Azure Active Directory OAuth2 Flow
형식:
oauth2
Flow:
implicit
권한 부여 URL:
https://login.microsoftonline.com/common/oauth2/authorize
범위
Name | 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"
}
]
}
정의
Name | Description |
---|---|
Action |
열거형입니다. 작업 유형을 나타냅니다. "내부"는 내부 전용 API에 대한 작업을 나타냅니다. |
Display |
이 특정 작업에 대한 지역화된 표시 정보입니다. |
Error |
리소스 관리 오류 추가 정보입니다. |
Error |
오류 세부 정보입니다. |
Error |
오류 응답 |
Operation |
REST API 작업 |
Operation |
Azure 리소스 공급자가 지원하는 REST API 작업 목록입니다. 다음 결과 집합을 가져오는 URL 링크가 포함되어 있습니다. |
Origin |
작업의 의도된 실행기입니다. RBAC(리소스 기반 액세스 제어) 및 감사 로그 UX에서와 같습니다. 기본값은 "user,system"입니다. |
ActionType
열거형입니다. 작업 유형을 나타냅니다. "내부"는 내부 전용 API에 대한 작업을 나타냅니다.
Name | 형식 | Description |
---|---|---|
Internal |
string |
Display
이 특정 작업에 대한 지역화된 표시 정보입니다.
Name | 형식 | Description |
---|---|---|
description |
string |
작업에 대한 짧고 지역화된 친숙한 설명입니다. 도구 팁 및 자세한 보기에 적합합니다. |
operation |
string |
작업에 대한 간결하고 지역화된 이름입니다. 드롭다운에 적합합니다. 예: "Virtual Machine 만들기 또는 업데이트", "Virtual Machine 다시 시작". |
provider |
string |
리소스 공급자 이름의 지역화된 형식(예: "Microsoft Monitoring Insights" 또는 "Microsoft Compute")입니다. |
resource |
string |
이 작업과 관련된 리소스 유형의 지역화된 이름입니다. 예: "Virtual Machines" 또는 "작업 일정 컬렉션". |
ErrorAdditionalInfo
리소스 관리 오류 추가 정보입니다.
Name | 형식 | Description |
---|---|---|
info |
object |
추가 정보입니다. |
type |
string |
추가 정보 유형입니다. |
ErrorDetail
오류 세부 정보입니다.
Name | 형식 | Description |
---|---|---|
additionalInfo |
오류 추가 정보입니다. |
|
code |
string |
오류 코드입니다. |
details |
오류 세부 정보입니다. |
|
message |
string |
오류 메시지입니다. |
target |
string |
오류 대상입니다. |
ErrorResponse
오류 응답
Name | 형식 | Description |
---|---|---|
error |
오류 개체입니다. |
Operation
REST API 작업
Name | 형식 | Description |
---|---|---|
actionType |
열거형입니다. 작업 유형을 나타냅니다. "내부"는 내부 전용 API에 대한 작업을 나타냅니다. |
|
display |
이 특정 작업에 대한 지역화된 표시 정보입니다. |
|
isDataAction |
boolean |
작업이 데이터 평면에 적용되는지 여부입니다. 데이터 평면 작업의 경우 "true"이고 ARM/컨트롤 플레인 작업에는 "false"입니다. |
name |
string |
Resource-Based RBAC(Access Control)에 따라 작업의 이름입니다. 예: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" |
origin |
작업의 의도된 실행기입니다. RBAC(리소스 기반 액세스 제어) 및 감사 로그 UX에서와 같습니다. 기본값은 "user,system"입니다. |
OperationListResult
Azure 리소스 공급자가 지원하는 REST API 작업 목록입니다. 다음 결과 집합을 가져오는 URL 링크가 포함되어 있습니다.
Name | 형식 | Description |
---|---|---|
nextLink |
string |
다음 작업 목록 결과 집합을 가져오는 URL입니다(있는 경우). |
value |
리소스 공급자가 지원하는 작업 목록 |
Origin
작업의 의도된 실행기입니다. RBAC(리소스 기반 액세스 제어) 및 감사 로그 UX에서와 같습니다. 기본값은 "user,system"입니다.
Name | 형식 | Description |
---|---|---|
system |
string |
|
user |
string |
|
user,system |
string |