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() throws CosmosClientException
CosmosClientException
- the cosmos client exceptionpublic CosmosUserDefinedFunctionResponse replace(CosmosUserDefinedFunctionProperties udfSettings) throws CosmosClientException
udfSettings
- the udf settingsCosmosClientException
- the cosmos client exceptionpublic CosmosUserDefinedFunctionResponse delete() throws CosmosClientException
CosmosClientException
- the cosmos client exceptionCopyright © 2020 Microsoft Corporation. All rights reserved.