java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.devtestlabs.fluent.models.UserInner

public final class UserInner extends com.azure.core.management.Resource
Profile of a lab user.
  • Constructor Details

    • UserInner

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

    • withLocation

      public UserInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public UserInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • identity

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

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

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

      public UserInner withSecretStore(UserSecretStore secretStore)
      Set the secretStore property: The secret store of the user.
      Parameters:
      secretStore - the secretStore value to set.
      Returns:
      the UserInner 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.