WorkspaceCustomObjectParameter 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 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
WorkspaceCustomObjectParameter() |
Creates an new WorkspaceCustomObjectParameter instance. |
Properties
Type |
The type of variable that this is |
Value |
The value which should be used for this field. |
Methods
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() |