Bagikan melalui


SessionHostPatchProperties Class

Definition

SessionHost properties that can be patched.

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

Constructors

SessionHostPatchProperties()

Creates an new SessionHostPatchProperties instance.

Properties

AllowNewSession

Allow a new session.

AssignedUser

User assigned to SessionHost.

FriendlyName

Friendly name of SessionHost

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SessionHostPatchProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SessionHostPatchProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SessionHostPatchProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to