ManagedIdentityConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Managed Identity details for storage account.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.ManagedIdentityConfigurationTypeConverter))]
public class ManagedIdentityConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IManagedIdentityConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.ManagedIdentityConfigurationTypeConverter))>]
type ManagedIdentityConfiguration = class
interface IManagedIdentityConfiguration
interface IJsonSerializable
Public Class ManagedIdentityConfiguration
Implements IManagedIdentityConfiguration
- Inheritance
-
ManagedIdentityConfiguration
- Attributes
- Implements
Constructors
ManagedIdentityConfiguration() |
Creates an new ManagedIdentityConfiguration instance. |
Properties
PrincipalId |
The objectId of the Managed Identity that is linked to the Managed Storage account. |
TenantId |
The tenant Id where the Managed Identity is created. |
Type |
The type of Identity created. It can be either SystemAssigned or UserAssigned. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ManagedIdentityConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManagedIdentityConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IManagedIdentityConfiguration. |
FromJsonString(String) |
Creates a new instance of ManagedIdentityConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManagedIdentityConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |