WorkspacePropertiesAccessConnector 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.
Access Connector Resource that is going to be associated with Databricks Workspace
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.WorkspacePropertiesAccessConnectorTypeConverter))]
public class WorkspacePropertiesAccessConnector : Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IWorkspacePropertiesAccessConnector
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.WorkspacePropertiesAccessConnectorTypeConverter))>]
type WorkspacePropertiesAccessConnector = class
interface IWorkspacePropertiesAccessConnector
interface IJsonSerializable
Public Class WorkspacePropertiesAccessConnector
Implements IWorkspacePropertiesAccessConnector
- Inheritance
-
WorkspacePropertiesAccessConnector
- Attributes
- Implements
Constructors
WorkspacePropertiesAccessConnector() |
Creates an new WorkspacePropertiesAccessConnector instance. |
Properties
Id |
The resource ID of Azure Databricks Access Connector Resource. |
IdentityType |
The identity type of the Access Connector Resource. |
UserAssignedIdentityId |
The resource ID of the User Assigned Identity associated with the Access Connector Resource. This is required for type 'UserAssigned' and not valid for type 'SystemAssigned'. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkspacePropertiesAccessConnector. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkspacePropertiesAccessConnector. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IWorkspacePropertiesAccessConnector. |
FromJsonString(String) |
Creates a new instance of WorkspacePropertiesAccessConnector, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkspacePropertiesAccessConnector into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |