次の方法で共有


IWithChildResource.WithUserDefinedFunction メソッド

定義

オーバーロード

WithUserDefinedFunction(String, SqlUserDefinedFunctionResource, CreateUpdateOptions)

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

WithUserDefinedFunction(String, String, CreateUpdateOptions)

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

WithUserDefinedFunction(String, SqlUserDefinedFunctionResource, CreateUpdateOptions)

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

public Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate WithUserDefinedFunction (string name, Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionResource resource, Microsoft.Azure.Management.CosmosDB.Fluent.Models.CreateUpdateOptions options = default);
abstract member WithUserDefinedFunction : string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionResource * Microsoft.Azure.Management.CosmosDB.Fluent.Models.CreateUpdateOptions -> Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate
Public Function WithUserDefinedFunction (name As String, resource As SqlUserDefinedFunctionResource, Optional options As CreateUpdateOptions = Nothing) As IUpdate

パラメーター

name
String

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

resource
SqlUserDefinedFunctionResource

ユーザー定義関数リソース。id を指定する必要はありません。

options
CreateUpdateOptions

ユーザー定義関数のオプション。

戻り値

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

適用対象

WithUserDefinedFunction(String, String, CreateUpdateOptions)

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

public Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate WithUserDefinedFunction (string name, string body, Microsoft.Azure.Management.CosmosDB.Fluent.Models.CreateUpdateOptions options = default);
abstract member WithUserDefinedFunction : string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.CreateUpdateOptions -> Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate
Public Function WithUserDefinedFunction (name As String, body As String, Optional options As CreateUpdateOptions = Nothing) As IUpdate

パラメーター

name
String

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

body
String

ユーザー定義関数本体。

options
CreateUpdateOptions

ユーザー定義関数のオプション。

戻り値

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

適用対象