public class CosmosUserDefinedFunction extends Object
Modifier and Type | Method and Description |
---|---|
CosmosUserDefinedFunctionResponse |
delete()
Delete cosmos user defined function.
|
String |
getId()
Id string.
|
CosmosUserDefinedFunctionResponse |
read()
Read cosmos user defined function.
|
CosmosUserDefinedFunctionResponse |
replace(CosmosUserDefinedFunctionProperties udfSettings)
Replace cosmos user defined function.
|
public String getId()
public CosmosUserDefinedFunctionResponse read()
public CosmosUserDefinedFunctionResponse replace(CosmosUserDefinedFunctionProperties udfSettings)
udfSettings
- the udf settingspublic CosmosUserDefinedFunctionResponse delete()
Copyright © 2021 Microsoft Corporation. All rights reserved.