次の方法で共有


IWithOptions インターフェイス

定義

オプションを設定できる 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>)

適用対象