Uses of Class
com.azure.resourcemanager.databricks.models.CreatedBy
Packages that use CreatedBy
Package
Description
Package containing the inner data models for AzureDatabricksManagementClient.
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of CreatedBy in com.azure.resourcemanager.databricks.fluent.models
Methods in com.azure.resourcemanager.databricks.fluent.models that return CreatedByModifier and TypeMethodDescriptionWorkspaceInner.createdBy()Get the createdBy property: Indicates the Object ID, PUID and Application ID of entity that created the workspace.WorkspaceProperties.createdBy()Get the createdBy property: Indicates the Object ID, PUID and Application ID of entity that created the workspace.WorkspaceInner.updatedBy()Get the updatedBy property: Indicates the Object ID, PUID and Application ID of entity that last updated the workspace.WorkspaceProperties.updatedBy()Get the updatedBy property: Indicates the Object ID, PUID and Application ID of entity that last updated the workspace.Methods in com.azure.resourcemanager.databricks.fluent.models with parameters of type CreatedByModifier and TypeMethodDescriptionWorkspaceInner.withCreatedBy(CreatedBy createdBy) Set the createdBy property: Indicates the Object ID, PUID and Application ID of entity that created the workspace.WorkspaceProperties.withCreatedBy(CreatedBy createdBy) Set the createdBy property: Indicates the Object ID, PUID and Application ID of entity that created the workspace.WorkspaceInner.withUpdatedBy(CreatedBy updatedBy) Set the updatedBy property: Indicates the Object ID, PUID and Application ID of entity that last updated the workspace.WorkspaceProperties.withUpdatedBy(CreatedBy updatedBy) Set the updatedBy property: Indicates the Object ID, PUID and Application ID of entity that last updated the workspace. -
Uses of CreatedBy in com.azure.resourcemanager.databricks.models
Methods in com.azure.resourcemanager.databricks.models that return CreatedByModifier and TypeMethodDescriptionWorkspace.createdBy()Gets the createdBy property: Indicates the Object ID, PUID and Application ID of entity that created the workspace.static CreatedByCreatedBy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CreatedBy from the JsonReader.Workspace.updatedBy()Gets the updatedBy property: Indicates the Object ID, PUID and Application ID of entity that last updated the workspace.Methods in com.azure.resourcemanager.databricks.models with parameters of type CreatedByModifier and TypeMethodDescriptionWorkspace.DefinitionStages.WithCreatedBy.withCreatedBy(CreatedBy createdBy) Specifies the createdBy property: Indicates the Object ID, PUID and Application ID of entity that created the workspace..Workspace.DefinitionStages.WithUpdatedBy.withUpdatedBy(CreatedBy updatedBy) Specifies the updatedBy property: Indicates the Object ID, PUID and Application ID of entity that last updated the workspace..