java.lang.Object
com.azure.resourcemanager.databricks.models.CreatedBy

public final class CreatedBy extends Object
Provides details of the entity that created/updated the workspace.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of CreatedBy class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the applicationId property: The application ID of the application that initiated the creation of the workspace.
    oid()
    Get the oid property: The Object ID that created the workspace.
    Get the puid property: The Personal Object ID corresponding to the object ID above.
    void
    Validates the instance.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CreatedBy

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

    • oid

      public UUID oid()
      Get the oid property: The Object ID that created the workspace.
      Returns:
      the oid value.
    • puid

      public String puid()
      Get the puid property: The Personal Object ID corresponding to the object ID above.
      Returns:
      the puid value.
    • applicationId

      public UUID applicationId()
      Get the applicationId property: The application ID of the application that initiated the creation of the workspace. For example, Azure Portal.
      Returns:
      the applicationId value.
    • validate

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