Class CosmosUserProperties


  • public class CosmosUserProperties
    extends Resource
    • Constructor Detail

      • CosmosUserProperties

        public CosmosUserProperties()
        Initialize a user object.
    • Method Detail

      • id

        public String id()
        Gets the id
        Overrides:
        id in class Resource
        Returns:
        the id of the user
      • id

        public CosmosUserProperties id​(String id)
        Sets the id
        Overrides:
        id in class Resource
        Parameters:
        id - the name of the resource.
        Returns:
        the current instance of cosmos user properties
      • getV2User

        public com.azure.data.cosmos.internal.User getV2User()