Freigeben über


WorkspaceStorageSettings Class

Definition

Settings to be used for workspace storage.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.WorkspaceStorageSettingsTypeConverter))]
public class WorkspaceStorageSettings : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IWorkspaceStorageSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.WorkspaceStorageSettingsTypeConverter))>]
type WorkspaceStorageSettings = class
    interface IWorkspaceStorageSettings
    interface IJsonSerializable
Public Class WorkspaceStorageSettings
Implements IWorkspaceStorageSettings
Inheritance
WorkspaceStorageSettings
Attributes
Implements

Constructors

Name Description
WorkspaceStorageSettings()

Creates an new WorkspaceStorageSettings instance.

Properties

Name Description
WorkspaceStorageMode

Indicates whether workspace storage is enabled.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkspaceStorageSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkspaceStorageSettings.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IWorkspaceStorageSettings.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkspaceStorageSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to