Package com.azure.cosmos
Class CosmosUser
java.lang.Object
com.azure.cosmos.CosmosUser
The type Cosmos sync user.
-
Method Summary
Modifier and TypeMethodDescriptiondelete()Delete cosmos user.getId()Id string.read()Read cosmos userreplace(CosmosUserProperties userProperties) Replace cosmos user.
-
Method Details
-
getId
Id string.- Returns:
- the string
-
read
Read cosmos user- Returns:
- the cosmos user response
-
replace
Replace cosmos user.- Parameters:
userProperties- the user properties- Returns:
- the cosmos user response
-
delete
Delete cosmos user.- Returns:
- the cosmos user response
-