你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
WorkspacePatch 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.WorkspacePatchTypeConverter))]
public class WorkspacePatch : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IWorkspacePatch
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.WorkspacePatchTypeConverter))>]
type WorkspacePatch = class
interface IWorkspacePatch
interface IJsonSerializable
Public Class WorkspacePatch
Implements IWorkspacePatch
- Inheritance
-
WorkspacePatch
- Attributes
- Implements
Constructors
WorkspacePatch() |
Creates an new WorkspacePatch 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 |
Tag |
tags to be updated |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkspacePatch. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkspacePatch. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IWorkspacePatch. |
FromJsonString(String) |
Creates a new instance of WorkspacePatch, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkspacePatch into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |