Freigeben über


WorkspaceCustomObjectParameter Class

Definition

The value which should be used for this field.

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

Constructors

Name Description
WorkspaceCustomObjectParameter()

Creates an new WorkspaceCustomObjectParameter instance.

Properties

Name Description
Type

The type of variable that this is

Value

The value which should be used for this field.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkspaceCustomObjectParameter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkspaceCustomObjectParameter.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkspaceCustomObjectParameter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to