Uses of Class
com.azure.resourcemanager.databricks.models.WorkspaceProviderAuthorization
Packages that use WorkspaceProviderAuthorization
Package
Description
Package containing the inner data models for AzureDatabricksManagementClient.
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of WorkspaceProviderAuthorization in com.azure.resourcemanager.databricks.fluent.models
Methods in com.azure.resourcemanager.databricks.fluent.models that return types with arguments of type WorkspaceProviderAuthorizationModifier and TypeMethodDescriptionWorkspaceInner.authorizations()Get the authorizations property: The workspace provider authorizations.WorkspaceProperties.authorizations()Get the authorizations property: The workspace provider authorizations.Method parameters in com.azure.resourcemanager.databricks.fluent.models with type arguments of type WorkspaceProviderAuthorizationModifier and TypeMethodDescriptionWorkspaceInner.withAuthorizations(List<WorkspaceProviderAuthorization> authorizations) Set the authorizations property: The workspace provider authorizations.WorkspaceProperties.withAuthorizations(List<WorkspaceProviderAuthorization> authorizations) Set the authorizations property: The workspace provider authorizations. -
Uses of WorkspaceProviderAuthorization in com.azure.resourcemanager.databricks.models
Methods in com.azure.resourcemanager.databricks.models that return WorkspaceProviderAuthorizationModifier and TypeMethodDescriptionWorkspaceProviderAuthorization.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WorkspaceProviderAuthorization from the JsonReader.WorkspaceProviderAuthorization.withPrincipalId(UUID principalId) Set the principalId property: The provider's principal identifier.WorkspaceProviderAuthorization.withRoleDefinitionId(UUID roleDefinitionId) Set the roleDefinitionId property: The provider's role definition identifier.Methods in com.azure.resourcemanager.databricks.models that return types with arguments of type WorkspaceProviderAuthorizationModifier and TypeMethodDescriptionWorkspace.authorizations()Gets the authorizations property: The workspace provider authorizations.Method parameters in com.azure.resourcemanager.databricks.models with type arguments of type WorkspaceProviderAuthorizationModifier and TypeMethodDescriptionWorkspace.DefinitionStages.WithAuthorizations.withAuthorizations(List<WorkspaceProviderAuthorization> authorizations) Specifies the authorizations property: The workspace provider authorizations..