OperationDetail interface
操作に関する詳細。
プロパティ
| description | 操作の説明。 |
| operation | 操作の名称。 |
| provider | 操作をサポートするプロバイダーの名前。 |
| resource | この操作を実行できるリソースの種類。 |
プロパティの詳細
description
操作の説明。
description?: string
プロパティ値
string
operation
操作の名称。
operation?: string
プロパティ値
string
provider
操作をサポートするプロバイダーの名前。
provider?: string
プロパティ値
string
resource
この操作を実行できるリソースの種類。
resource?: string
プロパティ値
string