次の方法で共有


Operations - List

リソースヘルス リソース プロバイダーで使用可能な操作を一覧表示します

GET https://management.azure.com/providers/Microsoft.ResourceHealth/operations?api-version=2025-04-01

URI パラメーター

名前 / 必須 説明
api-version
query True

string

minLength: 1

この操作に使用する API バージョン。

応答

名前 説明
200 OK

operationListResult

resourcehealth リソース プロバイダーで使用可能な操作の一覧

Other Status Codes

ErrorResponse

DefaultErrorResponse

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー

型: oauth2
フロー: implicit
Authorization URL (承認 URL): https://login.microsoftonline.com/common/oauth2/authorize

スコープ

名前 説明
user_impersonation ユーザー アカウントを偽装する

GetOperationsList

要求のサンプル

GET https://management.azure.com/providers/Microsoft.ResourceHealth/operations?api-version=2025-04-01

応答のサンプル

{
  "value": [
    {
      "name": "Microsoft.ResourceHealth/Operations/read",
      "display": {
        "provider": "Microsoft ResourceHealth",
        "resource": "Availability Status",
        "operation": "Get Operations",
        "description": "Get the operations available for the Microsoft ResourceHealth"
      }
    },
    {
      "name": "Microsoft.ResourceHealth/Notifications/read",
      "display": {
        "provider": "Microsoft ResourceHealth",
        "resource": "Notification",
        "operation": "Receive notification",
        "description": "Receives ARM notifications"
      }
    },
    {
      "name": "Microsoft.ResourceHealth/AvailabilityStatuses/read",
      "display": {
        "provider": "Microsoft ResourceHealth",
        "resource": "Availability Status",
        "operation": "Get Availability Statuses",
        "description": "Gets the availability statuses for all resources in the specified scope"
      }
    },
    {
      "name": "Microsoft.ResourceHealth/AvailabilityStatuses/current/read",
      "display": {
        "provider": "Microsoft ResourceHealth",
        "resource": "Availability Status",
        "operation": "Get Availability Status",
        "description": "Gets the availability status for the specified resource"
      }
    },
    {
      "name": "Microsoft.ResourceHealth/events/read",
      "display": {
        "provider": "Microsoft ResourceHealth",
        "resource": "Events",
        "operation": "Get Service Health Events",
        "description": "Get Service Health Events for given subscription"
      }
    },
    {
      "name": "Microsoft.ResourceHealth/emergingissues/read",
      "display": {
        "provider": "Microsoft ResourceHealth",
        "resource": "Emerging Issues",
        "operation": "Get Azure Emerging Issues",
        "description": "Get Azure services' emerging issues"
      }
    },
    {
      "name": "Microsoft.ResourceHealth/potentialoutages/read",
      "display": {
        "provider": "Microsoft ResourceHealth"
      }
    },
    {
      "name": "Microsoft.ResourceHealth/impactedResources/read",
      "display": {
        "provider": "Microsoft ResourceHealth",
        "resource": "Impacted Resources",
        "operation": "Get Impacted Resources",
        "description": "Get Impacted Resources for given subscription"
      }
    },
    {
      "name": "Microsoft.ResourceHealth/register/action",
      "display": {
        "provider": "Microsoft ResourceHealth",
        "resource": "Registration",
        "operation": "Register with the Provider",
        "description": "Registers the subscription for the Microsoft ResourceHealth"
      }
    },
    {
      "name": "Microsoft.ResourceHealth/unregister/action",
      "display": {
        "provider": "Microsoft ResourceHealth",
        "resource": "Unregistration",
        "operation": "Unregister with the Provider",
        "description": "Unregisters the subscription for the Microsoft ResourceHealth"
      }
    },
    {
      "name": "Microsoft.Resourcehealth/healthevent/action",
      "display": {
        "provider": "Microsoft ResourceHealth",
        "resource": "Availability Status",
        "operation": "HealthEvent Change",
        "description": "Denotes the change in health state for the specified resource"
      }
    },
    {
      "name": "Microsoft.Resourcehealth/healthevent/Activated/action",
      "display": {
        "provider": "Microsoft ResourceHealth",
        "resource": "Health Event",
        "operation": "Health Event Activated",
        "description": "Denotes the change in health state for the specified resource"
      }
    },
    {
      "name": "Microsoft.Resourcehealth/healthevent/Updated/action",
      "display": {
        "provider": "Microsoft ResourceHealth",
        "resource": "Health Event",
        "operation": "Health Event Updated",
        "description": "Denotes the change in health state for the specified resource"
      }
    },
    {
      "name": "Microsoft.Resourcehealth/healthevent/Resolved/action",
      "display": {
        "provider": "Microsoft ResourceHealth",
        "resource": "Health Event",
        "operation": "Health Event Resolved",
        "description": "Denotes the change in health state for the specified resource"
      }
    },
    {
      "name": "Microsoft.Resourcehealth/healthevent/InProgress/action",
      "display": {
        "provider": "Microsoft ResourceHealth",
        "resource": "Health Event",
        "operation": "Health Event InProgress",
        "description": "Denotes the change in health state for the specified resource"
      }
    },
    {
      "name": "Microsoft.Resourcehealth/healthevent/Pending/action",
      "display": {
        "provider": "Microsoft ResourceHealth",
        "resource": "Health Event",
        "operation": "Health Event Pending",
        "description": "Denotes the change in health state for the specified resource"
      }
    },
    {
      "name": "Microsoft.ResourceHealth/metadata/read",
      "display": {
        "provider": "Microsoft ResourceHealth",
        "resource": "Metadata",
        "operation": "Read Metadata",
        "description": "Gets Metadata"
      }
    }
  ]
}

定義

名前 説明
Display

操作のプロパティ。

ErrorResponse

エラーの詳細。

operation

Microsoft.ResourceHealth リソース プロバイダーで使用できる操作。

operationListResult

操作の応答を一覧表示します。

Display

操作のプロパティ。

名前 説明
description

string

操作の説明。

operation

string

操作の名前。

provider

string

プロバイダー名。

resource

string

Resource name.

ErrorResponse

エラーの詳細。

名前 説明
code

string

エラー コード。

details

string

エラーの詳細。

message

string

エラー メッセージ。

operation

Microsoft.ResourceHealth リソース プロバイダーで使用できる操作。

名前 説明
display

Display

操作のプロパティ。

name

string

オペレーション名。

operationListResult

操作の応答を一覧表示します。

名前 説明
value

operation[]

Microsoft.ResourceHealth リソース プロバイダーで使用できる操作の一覧。