CosmosUserDefinedFunction Class   
	- java.
lang. Object  - com.
azure. cosmos. CosmosUserDefinedFunction  
- com.
 
public class CosmosUserDefinedFunction
The type Cosmos sync user defined function.
Method Summary
| Modifier and Type | Method and Description | 
|---|---|
| 
									Cosmos | 
						
							delete()
								 Delete cosmos user defined function.  | 
					
| String | 
							getId()
								 Id string.  | 
					
| 
									Cosmos | 
						
							read()
								 Read cosmos user defined function.  | 
					
| 
									Cosmos | 
						
							replace(CosmosUserDefinedFunctionProperties udfSettings)
								 Replace cosmos user defined function.  | 
					
Methods inherited from java.lang.Object
Method Details
delete
public CosmosUserDefinedFunctionResponse delete()
Delete cosmos user defined function.
Returns:
getId
public String getId()
Id string.
Returns:
read
public CosmosUserDefinedFunctionResponse read()
Read cosmos user defined function.
Returns:
replace
public CosmosUserDefinedFunctionResponse replace(CosmosUserDefinedFunctionProperties udfSettings)
Replace cosmos user defined function.
Parameters:
Returns: