java.lang.Object
com.azure.resourcemanager.devtestlabs.fluent.models.UserProperties

public final class UserProperties extends Object
Properties of a lab user profile.
  • Constructor Details

    • UserProperties

      public UserProperties()
      Creates an instance of UserProperties class.
  • Method Details

    • identity

      public UserIdentity identity()
      Get the identity property: The identity of the user.
      Returns:
      the identity value.
    • withIdentity

      public UserProperties withIdentity(UserIdentity identity)
      Set the identity property: The identity of the user.
      Parameters:
      identity - the identity value to set.
      Returns:
      the UserProperties object itself.
    • secretStore

      public UserSecretStore secretStore()
      Get the secretStore property: The secret store of the user.
      Returns:
      the secretStore value.
    • withSecretStore

      public UserProperties withSecretStore(UserSecretStore secretStore)
      Set the secretStore property: The secret store of the user.
      Parameters:
      secretStore - the secretStore value to set.
      Returns:
      the UserProperties object itself.
    • createdDate

      public OffsetDateTime createdDate()
      Get the createdDate property: The creation date of the user profile.
      Returns:
      the createdDate value.
    • provisioningState

      public String provisioningState()
      Get the provisioningState property: The provisioning status of the resource.
      Returns:
      the provisioningState value.
    • uniqueIdentifier

      public String uniqueIdentifier()
      Get the uniqueIdentifier property: The unique immutable identifier of a resource (Guid).
      Returns:
      the uniqueIdentifier value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.