次の方法で共有


IWithChildResource.WithoutUserDefinedFunction(String) メソッド

定義

ユーザー定義関数を削除します。

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

パラメーター

name
String

ユーザー定義関数の名前。

戻り値

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

適用対象