次の方法で共有


IWithChildResource.UpdateCollection(String) メソッド

定義

mongo コレクションを更新します。

public Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Update.IUpdate UpdateCollection (string name);
abstract member UpdateCollection : string -> Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Update.IUpdate
Public Function UpdateCollection (name As String) As IUpdate

パラメーター

name
String

mongo コレクションの名前。

戻り値

更新プログラムの次のステージ。

適用対象