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