public class CosmosUser extends Object
Modifier and Type | Method and Description |
---|---|
CosmosUserResponse |
delete()
Delete cosmos user.
|
String |
getId()
Id string.
|
CosmosUserResponse |
read()
Read cosmos user
|
CosmosUserResponse |
replace(CosmosUserProperties userProperties)
Replace cosmos user.
|
public String getId()
public CosmosUserResponse read()
public CosmosUserResponse replace(CosmosUserProperties userProperties)
userProperties
- the user propertiespublic CosmosUserResponse delete()
Copyright © 2021 Microsoft Corporation. All rights reserved.