WorkspacePatchProperties 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.
Workspace properties that can be patched.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.WorkspacePatchPropertiesTypeConverter))]
public class WorkspacePatchProperties : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IWorkspacePatchProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.WorkspacePatchPropertiesTypeConverter))>]
type WorkspacePatchProperties = class
interface IWorkspacePatchProperties
interface IJsonSerializable
Public Class WorkspacePatchProperties
Implements IWorkspacePatchProperties
- Inheritance
-
WorkspacePatchProperties
- Attributes
- Implements
Constructors
WorkspacePatchProperties() |
Creates an new WorkspacePatchProperties instance. |
Properties
ApplicationGroupReference |
List of applicationGroup links. |
Description |
Description of Workspace. |
FriendlyName |
Friendly name of Workspace. |
PublicNetworkAccess |
Enabled to allow this resource to be access from the public network |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkspacePatchProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkspacePatchProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IWorkspacePatchProperties. |
FromJsonString(String) |
Creates a new instance of WorkspacePatchProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkspacePatchProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |