Share via


DatabricksIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.DatabricksIdentityTypeConverter))]
public class DatabricksIdentity : Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.DatabricksIdentityTypeConverter))>]
type DatabricksIdentity = class
    interface IDatabricksIdentity
    interface IJsonSerializable
Public Class DatabricksIdentity
Implements IDatabricksIdentity
Inheritance
DatabricksIdentity
Attributes
Implements

Constructors

DatabricksIdentity()

Creates an new DatabricksIdentity instance.

Properties

ConnectorName

The name of the Azure Databricks Access Connector.

GroupId

The name of the private link resource

Id

Resource identity path

PeeringName

The name of the workspace vNet peering.

PrivateEndpointConnectionName

The name of the private endpoint connection

ResourceGroupName

The name of the resource group. The name is case insensitive.

SubscriptionId

The ID of the target subscription. The value must be an UUID.

WorkspaceName

The name of the workspace.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DatabricksIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DatabricksIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity.

FromJsonString(String)

Creates a new instance of DatabricksIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DatabricksIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to