Udostępnij przez


DesktopPatchProperties Class

Definition

Desktop properties that can be patched.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.DesktopPatchPropertiesTypeConverter))]
public class DesktopPatchProperties : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopPatchProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.DesktopPatchPropertiesTypeConverter))>]
type DesktopPatchProperties = class
    interface IDesktopPatchProperties
    interface IJsonSerializable
Public Class DesktopPatchProperties
Implements IDesktopPatchProperties
Inheritance
DesktopPatchProperties
Attributes
Implements

Constructors

Name Description
DesktopPatchProperties()

Creates an new DesktopPatchProperties instance.

Properties

Name Description
Description

Description of Desktop.

FriendlyName

Friendly name of Desktop.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DesktopPatchProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DesktopPatchProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IDesktopPatchProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DesktopPatchProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to