OperationDisplay interface
操作を表すオブジェクト。
プロパティ
description | 操作の説明 (例: "書き込みモニター")。 |
operation | 操作の種類 (読み取り、書き込み、削除など)。 |
provider | サービス プロバイダー、つまり Microsoft.Elastic。 |
resource | 操作が実行される型 (例: "monitors")。 |
プロパティの詳細
description
操作の説明 (例: "書き込みモニター")。
description?: string
プロパティ値
string
operation
操作の種類 (読み取り、書き込み、削除など)。
operation?: string
プロパティ値
string
provider
サービス プロバイダー、つまり Microsoft.Elastic。
provider?: string
プロパティ値
string
resource
操作が実行される型 (例: "monitors")。
resource?: string
プロパティ値
string