Uses of Class
com.azure.resourcemanager.databricks.models.ManagedIdentityConfiguration
Packages that use ManagedIdentityConfiguration
Package
Description
Package containing the inner data models for AzureDatabricksManagementClient.
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of ManagedIdentityConfiguration in com.azure.resourcemanager.databricks.fluent.models
Methods in com.azure.resourcemanager.databricks.fluent.models that return ManagedIdentityConfigurationModifier and TypeMethodDescriptionWorkspaceInner.managedDiskIdentity()Get the managedDiskIdentity property: The details of Managed Identity of Disk Encryption Set used for Managed Disk Encryption.WorkspaceProperties.managedDiskIdentity()Get the managedDiskIdentity property: The details of Managed Identity of Disk Encryption Set used for Managed Disk Encryption.WorkspaceInner.storageAccountIdentity()Get the storageAccountIdentity property: The details of Managed Identity of Storage Account.WorkspaceProperties.storageAccountIdentity()Get the storageAccountIdentity property: The details of Managed Identity of Storage Account.Methods in com.azure.resourcemanager.databricks.fluent.models with parameters of type ManagedIdentityConfigurationModifier and TypeMethodDescriptionWorkspaceInner.withManagedDiskIdentity(ManagedIdentityConfiguration managedDiskIdentity) Set the managedDiskIdentity property: The details of Managed Identity of Disk Encryption Set used for Managed Disk Encryption.WorkspaceProperties.withManagedDiskIdentity(ManagedIdentityConfiguration managedDiskIdentity) Set the managedDiskIdentity property: The details of Managed Identity of Disk Encryption Set used for Managed Disk Encryption.WorkspaceInner.withStorageAccountIdentity(ManagedIdentityConfiguration storageAccountIdentity) Set the storageAccountIdentity property: The details of Managed Identity of Storage Account.WorkspaceProperties.withStorageAccountIdentity(ManagedIdentityConfiguration storageAccountIdentity) Set the storageAccountIdentity property: The details of Managed Identity of Storage Account. -
Uses of ManagedIdentityConfiguration in com.azure.resourcemanager.databricks.models
Methods in com.azure.resourcemanager.databricks.models that return ManagedIdentityConfigurationModifier and TypeMethodDescriptionstatic ManagedIdentityConfigurationManagedIdentityConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedIdentityConfiguration from the JsonReader.Workspace.managedDiskIdentity()Gets the managedDiskIdentity property: The details of Managed Identity of Disk Encryption Set used for Managed Disk Encryption.Workspace.storageAccountIdentity()Gets the storageAccountIdentity property: The details of Managed Identity of Storage Account.Methods in com.azure.resourcemanager.databricks.models with parameters of type ManagedIdentityConfigurationModifier and TypeMethodDescriptionWorkspace.DefinitionStages.WithManagedDiskIdentity.withManagedDiskIdentity(ManagedIdentityConfiguration managedDiskIdentity) Specifies the managedDiskIdentity property: The details of Managed Identity of Disk Encryption Set used for Managed Disk Encryption.Workspace.DefinitionStages.WithStorageAccountIdentity.withStorageAccountIdentity(ManagedIdentityConfiguration storageAccountIdentity) Specifies the storageAccountIdentity property: The details of Managed Identity of Storage Account.