次の方法で共有


ChatThreadClient.UpdateProperties メソッド

定義

スレッドのプロパティを更新します。

public virtual Azure.Response UpdateProperties (Azure.Communication.Chat.UpdateChatThreadPropertiesOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateProperties : Azure.Communication.Chat.UpdateChatThreadPropertiesOptions * System.Threading.CancellationToken -> Azure.Response
override this.UpdateProperties : Azure.Communication.Chat.UpdateChatThreadPropertiesOptions * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function UpdateProperties (options As UpdateChatThreadPropertiesOptions, Optional cancellationToken As CancellationToken = Nothing) As Response

パラメーター

options
UpdateChatThreadPropertiesOptions

チャット スレッドのオプション。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

サーバーからエラーが返されました。 サーバーから返される詳細については、「」を参照してください Message

適用対象