OperationDisplay interface
操作に関連付けられているメタデータ。
プロパティ
| description | 操作の説明。 |
| operation | 操作の種類: 取得、読み取り、削除など。 |
| provider | プロバイダーの名前。 |
| resource | 操作が実行されるリソースの種類の名前。 |
プロパティの詳細
description
操作の説明。
description?: string
プロパティ値
string
operation
操作の種類: 取得、読み取り、削除など。
operation?: string
プロパティ値
string
provider
プロバイダーの名前。
provider?: string
プロパティ値
string
resource
操作が実行されるリソースの種類の名前。
resource?: string
プロパティ値
string