IWithOptions インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オプションを設定できる mongo データベース更新のステージ。
public interface IWithOptions : Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Update.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.MongoDB.Update.IUpdate>
type IWithOptions = interface
interface IWithOptions<IUpdate>
Public Interface IWithOptions
Implements IWithOptions(Of IUpdate)
- 派生
- 実装
メソッド
WithOption(String, String) |
オプションを指定します。 (継承元 IWithOptions<ReturnT>) |
WithOptionsAppend(IDictionary<String,String>) |
現在のオプションにすべてのオプションを追加します。 (継承元 IWithOptions<ReturnT>) |
WithOptionsReplace(IDictionary<String,String>) |
現在のオプションを新しいオプションに置き換えます。 (継承元 IWithOptions<ReturnT>) |
WithoutOption(String) |
オプションを削除します。 (継承元 IWithOptions<ReturnT>) |
WithoutOptions() |
すべてのオプションを削除します。 (継承元 IWithOptions<ReturnT>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET