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