你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

用户定义函数的选项。

返回

更新的下一阶段。

适用于