Share via


WorkspaceUpdate Class

Definition

An update to a workspace.

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

Constructors

WorkspaceUpdate()

Creates an new WorkspaceUpdate instance.

Properties

Tag

Resource tags.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkspaceUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkspaceUpdate.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkspaceUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to