OperationEntity interface
Bot Service Management でサポートされる操作。
プロパティ
display | Bot Service Management でサポートされる操作。 |
name | 操作名: {provider}/{resource}/{operation}。 |
origin | 操作の起点。 |
properties | その他のプロパティ。 |
プロパティの詳細
display
name
操作名: {provider}/{resource}/{operation}。
name?: string
プロパティ値
string
origin
操作の起点。
origin?: string
プロパティ値
string
properties
その他のプロパティ。
properties?: Record<string, unknown>
プロパティ値
Record<string, unknown>